Skip to content

Commit

Permalink
Merge pull request #302 from bn222/master
Browse files Browse the repository at this point in the history
Bump to 1.22.4
  • Loading branch information
SchSeba authored Jul 2, 2024
2 parents ab67e42 + f7b5d53 commit b76ffe5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.21.x]
go-version: [1.22.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.21.x
go-version: 1.22.x

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.22"
- uses: actions/checkout@v3
- name: run make lint
run: make lint
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.21
go 1.22.4

require (
github.com/containernetworking/cni v1.2.0-rc0.0.20240317203738-a448e71e9867
Expand Down

0 comments on commit b76ffe5

Please sign in to comment.