Skip to content

Commit 59356d5

Browse files
authored
Merge pull request #290 from ii2day/ii2day/go-version
bump go version to 1.21
2 parents 8136d36 + b1b909b commit 59356d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.20.x]
12+
go-version: [1.21.x]
1313
os: [ubuntu-latest]
1414
goos: [linux]
1515
goarch: [amd64, arm64, ppc64le]
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v4
4545
with:
46-
go-version: 1.20.x
46+
go-version: 1.21.x
4747

4848
- name: Check out code into the Go module directory
4949
uses: actions/checkout@v2

go.mod

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

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/containernetworking/cni v1.1.2

0 commit comments

Comments
 (0)