Skip to content

Commit 02e5581

Browse files
authored
Update go versions in CI (google#246)
1 parent 8086434 commit 02e5581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: 1.23
29+
go-version: 1.24
3030
cache: true
3131

3232
- name: Install tools
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
go: [ '1.21', '1.22', '1.23' ]
42+
go: [ '1.22', '1.23', '1.24' ]
4343
steps:
4444
- uses: actions/checkout@v4
4545

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go
3737
uses: actions/setup-go@v5
3838
with:
39-
go-version: 1.23
39+
go-version: 1.24
4040
check-latest: true
4141
cache: true
4242
- name: Install Cosign

0 commit comments

Comments
 (0)