From 56a588b0cd5988dd6710e324e4fda54393c96bc3 Mon Sep 17 00:00:00 2001 From: Dylan Reimerink Date: Fri, 13 Dec 2024 11:01:09 +0100 Subject: [PATCH] .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 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e480f9..2958e4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 ./...