File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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]
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module github.com/k8snetworkplumbingwg/sriov-cni
22
3- go 1.23.0
4-
5- toolchain go1.23.6
3+ go 1.24.0
64
75require (
86 github.com/containernetworking/cni v1.3.0
You can’t perform that action at this time.
0 commit comments