Skip to content

Commit

Permalink
Merge pull request #219 from ffromani/bump-golang-1.20
Browse files Browse the repository at this point in the history
golang: toolchain: bump to 1.20
  • Loading branch information
ffromani authored Oct 18, 2023
2 parents a039483 + 29e71c7 commit 5a5ad84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v3
id: go
with:
go-version: 1.19
go-version: 1.20.10

- name: build test binary
run: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/setup-go@v3
id: go
with:
go-version: 1.19
go-version: 1.20.10

- name: build test binary
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: set up golang
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20.10

- name: format
run: ./hack/check-format.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v3
id: go
with:
go-version: 1.19
go-version: 1.20.10

- name: verify modules
run: go mod verify
Expand Down

0 comments on commit 5a5ad84

Please sign in to comment.