Skip to content

Commit 6be0607

Browse files
committed
chore(ci): upgrade Go version from 1.22 to 1.24 in GitHub workflows
Update Go version across CI workflows to use the latest 1.24 release: - goclean.yml: update go-version to 1.24 - lint.yaml: update go-version to 1.24 - reusable-e2e.yaml: update go-version to 1.24.x
1 parent 806fde2 commit 6be0607

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/goclean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3131
with:
32-
go-version: '1.22'
32+
go-version: '1.24'
3333

3434
- name: go vet
3535
run: |

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2626
with:
27-
go-version: "1.22"
27+
go-version: "1.24"
2828

2929
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
3030

.github/workflows/reusable-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Go
3838
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3939
with:
40-
go-version: 1.22.x
40+
go-version: 1.24.x
4141

4242
- uses: ko-build/setup-ko@v0.9
4343
with:

0 commit comments

Comments
 (0)