From 998027966aedb48396f4f54798180fa7b5f9c31d Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 25 Aug 2026 08:15:27 +0100 Subject: [PATCH] ci: Update golangci-lint to accommodate Go 1.27.0 --- .github/workflows/test.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4b658270..a92ab4c4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,7 +43,7 @@ jobs: - name: Run golangci-lint uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: - version: v2.12.2 + version: v2.13.1 - run: go test -v -race ./codec - run: go test -tags codecgen.exec -v -race ./codec - name: Generate coverage report diff --git a/Makefile b/Makefile index da1e6164..b14404df 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ copywriteheaders: .PHONY: deps deps: @go install github.com/hashicorp/copywrite@b3e6599f43beff698f471c6f46888045453fa030 # v0.25.3 - @go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@c0d3ddc9cf3faa61a4e378e879ece580256d76e5 # v2.12.2 + @go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@6d2288e072e6f9c9bca28180cae9ce58a049c912 # v2.13.1 .PHONY: lint lint: