From e1d935b85454acae87f37c9dece06d2d557f7c29 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 14 Aug 2024 18:26:25 +0100 Subject: [PATCH] build: use go1.23 for the linter This reverts commit 485aa90d139358c6f3f46fde03cef89fc666ae98. As the upstream problem is now fixed by golangci-lint v1.60.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5445a809a..27da14d04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -237,7 +237,7 @@ jobs: id: setup-go uses: actions/setup-go@v5 with: - go-version: '>=1.22.0-rc.1' + go-version: '>=1.23.0-rc.1' check-latest: true cache: false