Skip to content

Commit ea3ffa3

Browse files
committed
fix(ci): bump go version to 1.24.
Use go version 1.24 in the CI to run the linter. This will sync the go version in CI, Dockerfile and go.mod files. Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
1 parent a513541 commit ea3ffa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1818
with:
19-
go-version: "1.23"
19+
go-version: "1.24"
2020
- run: make unit-tests
2121
- name: Upload unit-tests coverage to Codecov
2222
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3737
with:
38-
go-version: "1.23"
38+
go-version: "1.24"
3939
- run: make integration-tests-envtest
4040
- run: make integration-tests-real-cluster
4141
- name: Upload integration-tests coverage to Codecov
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5757
with:
58-
go-version: "1.23"
58+
go-version: "1.24"
5959
- name: golangci-lint
6060
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
6161
with:

0 commit comments

Comments
 (0)