Skip to content

Commit

Permalink
ghactions: toolchain: bump to 1.23
Browse files Browse the repository at this point in the history
build with golang 1.23

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Nov 14, 2024
1 parent 430b456 commit 718ae7b
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 @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-go@v4
id: go
with:
go-version: 1.22
go-version: 1.23

- name: show tool versions
run: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
uses: actions/setup-go@v4
id: go
with:
go-version: 1.22
go-version: 1.23

- name: show tool versions
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@v4
with:
go-version: 1.22
go-version: 1.23

- 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 @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-go@v4
id: go
with:
go-version: 1.22
go-version: 1.23

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

0 comments on commit 718ae7b

Please sign in to comment.