From 275bb8f4b47bcdbdb86b392ca0263edc5757ae3b Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Thu, 21 Mar 2024 10:03:55 +0000 Subject: [PATCH] attempt to fix golangci-lint (golangci/golangci-lint#3420), theoretically fixed in #2204) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e8afde6877..8b0bc4c197 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -331,7 +331,7 @@ jobs: with: # see: https://github.com/golangci/golangci-lint/issues/3420, moving to go 1.20 requires a new golangci-lint version # TODO: with this being 3 behind this should be done sooner rather than later. - go-version: 1.19.x + go-version: 1.21.x - uses: actions/checkout@v4 with: