Skip to content

Commit b91509c

Browse files
authored
Merge pull request #370 from SchSeba/bump_golang_1.24
Bump golang version to 1.24 and github workflows
2 parents 3647c3b + 58ed04f commit b91509c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-test:
1010
strategy:
1111
matrix:
12-
go-version: [1.23.x]
12+
go-version: [1.24.x]
1313
os: [ubuntu-24.04]
1414
goos: [linux]
1515
goarch: [amd64, arm64, ppc64le]
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Go
6161
uses: actions/setup-go@v5
6262
with:
63-
go-version: 1.23.x
63+
go-version: 1.24.x
6464

6565
- name: Check out code
6666
uses: actions/checkout@v4

.github/workflows/static-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: "1.23"
11+
go-version: "1.24"
1212
- uses: actions/checkout@v4
1313
- name: run make lint
1414
run: make lint

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/k8snetworkplumbingwg/sriov-cni
22

3-
go 1.23.0
4-
5-
toolchain go1.23.6
3+
go 1.24.0
64

75
require (
86
github.com/containernetworking/cni v1.3.0

0 commit comments

Comments
 (0)