Skip to content

Commit

Permalink
Chore: bump golang to v1.18
Browse files Browse the repository at this point in the history
- update golang to v1.18

Signed-off-by: tanryberdi <[email protected]>
  • Loading branch information
tanryberdi committed Aug 9, 2022
1 parent 32370c1 commit 4d64aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- run: hack/verify-import-aliases.sh
- run: hack/verify-vendor.sh
- run: hack/verify-codegen.sh
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Compile
run: make all
test:
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- run: make test
e2e-test:
name: E2e test
Expand All @@ -72,6 +72,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.18
- name: Run e2e test
run: ./test/test.sh
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.18
check-latest: true
- name: Login registry
run: |
Expand Down

0 comments on commit 4d64aa5

Please sign in to comment.