Skip to content

Commit bc3f214

Browse files
committed
Update go version to 1.24.5 and 1.23.11 in the CI
Change-Id: I56c3576fbda7cc2633dac335c29b2494985978e9 Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 925741b commit bc3f214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
version: [{go: '1.23.10', golangci: 'latest'}, {go: '1.24.4', golangci: 'latest'}]
13+
version: [{go: '1.23.11', golangci: 'latest'}, {go: '1.24.5', golangci: 'latest'}]
1414
runs-on: ubuntu-latest
1515
env:
1616
GO111MODULE: on

0 commit comments

Comments
 (0)