Merge pull request #987 from s1061123/dev/go118

Bump go version to 1.18/1.19
This commit is contained in:
Doug Smith 2022-12-13 09:48:52 -05:00 committed by GitHub
commit 26902b29b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.18.x, 1.19.x]
goarch: [386, amd64, arm, arm64, ppc64le, s390x]
os: [ubuntu-latest] #, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2

View File

@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:

2
go.mod
View File

@ -1,6 +1,6 @@
module gopkg.in/k8snetworkplumbingwg/multus-cni.v3
go 1.17
go 1.18
require (
github.com/blang/semver v3.5.1+incompatible