Skip to content

Commit

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

Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Nov 14, 2024
1 parent beca24d commit efd59c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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@v5
id: go
with:
go-version: 1.22.5
go-version: 1.23

- name: build test binary
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-go@v5
id: go
with:
go-version: 1.22.5
go-version: 1.23

- name: build test binary
run: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/setup-go@v5
id: go
with:
go-version: 1.22.5
go-version: 1.23

- 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 @@ -17,7 +17,7 @@ jobs:
- name: set up golang
uses: actions/setup-go@v5
with:
go-version: 1.22.5
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 @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v5
id: go
with:
go-version: 1.22.5
go-version: 1.23

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

0 comments on commit efd59c8

Please sign in to comment.