Skip to content

Commit ef7adab

Browse files
committed
Update go version in CI to 1.24.6 and 1.23.12
Change-Id: I940b6382282fa2609736a62491c22b3e9319f430 Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent e201bb8 commit ef7adab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.23.11', golangci: 'latest'}, {go: '1.24.5', golangci: 'latest'}]
13+
version: [{go-version: '1.23.12', golangci: 'latest'}, {go-version: '1.24.6', golangci: 'latest'}]
1414
runs-on: ubuntu-latest
1515
env:
1616
GO111MODULE: on
1717
steps:
18-
- name: Setup go ${{ matrix.version.go }}
18+
- name: Setup go ${{ matrix.version.go-version }}
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: ${{ matrix.version.go }}
21+
go-version: ${{ matrix.version.go-version }}
2222
- name: Checkout Source
2323
uses: actions/checkout@v4
2424
- uses: actions/cache@v4

0 commit comments

Comments
 (0)