We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8136d36 + b1b909b commit 59356d5Copy full SHA for 59356d5
.github/workflows/buildtest.yml
@@ -9,7 +9,7 @@ jobs:
9
build-test:
10
strategy:
11
matrix:
12
- go-version: [1.20.x]
+ go-version: [1.21.x]
13
os: [ubuntu-latest]
14
goos: [linux]
15
goarch: [amd64, arm64, ppc64le]
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up Go
44
uses: actions/setup-go@v4
45
with:
46
- go-version: 1.20.x
+ go-version: 1.21.x
47
48
- name: Check out code into the Go module directory
49
uses: actions/checkout@v2
go.mod
@@ -1,6 +1,6 @@
1
module github.com/k8snetworkplumbingwg/sriov-cni
2
3
-go 1.20
+go 1.21
4
5
require (
6
github.com/containernetworking/cni v1.1.2
0 commit comments