mirror of
https://github.com/vishvananda/netlink
synced 2025-03-19 17:54:13 +00:00
.github/workflows: Bump CI Go version to v1.22
Update the Go version we test against to Go v1.22 which is currently the oldest version still receiving security updates. Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
This commit is contained in:
parent
391c850512
commit
56a588b0cd
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.22
|
||||
|
||||
- name: Kernel Modules
|
||||
run: ./.github/scripts/modprobe.sh
|
||||
@ -35,7 +35,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.22
|
||||
|
||||
- name: Build
|
||||
run: go build ./...
|
||||
|
Loading…
Reference in New Issue
Block a user