From 326501ca49bab30e3475127b4940672e3d725920 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 6 Mar 2024 13:03:55 +0100 Subject: [PATCH] github: bump go version for lint to 1.22 1.19 is eol and likely no longer works to compile new code thus failing all lints jobs that uses go 1.20 or newer features. To fix that lets update to the latest stable version go 1.22. Signed-off-by: Paul Holzinger --- common/.github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.github/workflows/validate.yml b/common/.github/workflows/validate.yml index c032bc9d33..fe1a8ca5df 100644 --- a/common/.github/workflows/validate.yml +++ b/common/.github/workflows/validate.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.22 - name: install deps run: | sudo apt-get -qq update