Skip to content

Commit

Permalink
Merge pull request #290 from ii2day/ii2day/go-version
Browse files Browse the repository at this point in the history
bump go version to 1.21
  • Loading branch information
adrianchiris authored Feb 20, 2024
2 parents 8136d36 + b1b909b commit 59356d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-test:
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
os: [ubuntu-latest]
goos: [linux]
goarch: [amd64, arm64, ppc64le]
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/k8snetworkplumbingwg/sriov-cni

go 1.20
go 1.21

require (
github.com/containernetworking/cni v1.1.2
Expand Down

0 comments on commit 59356d5

Please sign in to comment.