From fc03ec117123eef2e141d27b26b80cebcc94ed67 Mon Sep 17 00:00:00 2001 From: Peter Fern Date: Fri, 16 Aug 2024 17:51:47 +1000 Subject: [PATCH] chore(build): Update golangci-lint for compat with Go v1.23 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d54027..dbbec78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v4 with: - version: v1.54 + version: v1.60.1 - name: Setup buf uses: bufbuild/buf-setup-action@v1.30.0 with: