.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:
Dylan Reimerink 2024-12-13 11:01:09 +01:00 committed by Alessandro Boch
parent 391c850512
commit 56a588b0cd

View File

@ -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 ./...