mirror of
https://github.com/vishvananda/netlink
synced 2025-03-22 19:17:00 +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
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.22
|
||||||
|
|
||||||
- name: Kernel Modules
|
- name: Kernel Modules
|
||||||
run: ./.github/scripts/modprobe.sh
|
run: ./.github/scripts/modprobe.sh
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.22
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build ./...
|
run: go build ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user