From d4741b7d686a8590a9cfa42c108e1e9f1b0e9f29 Mon Sep 17 00:00:00 2001 From: bluenviron-bot <214245907+bluenviron-bot@users.noreply.github.com> Date: Fri, 7 Nov 2025 21:14:09 +0100 Subject: [PATCH] bump golangci-lint to 2.6.1 (#5158) --- .github/workflows/code_lint.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_lint.yml b/.github/workflows/code_lint.yml index ea4c54ce..41149705 100644 --- a/.github/workflows/code_lint.yml +++ b/.github/workflows/code_lint.yml @@ -23,7 +23,7 @@ jobs: - uses: golangci/golangci-lint-action@v8 with: - version: v2.6.0 + version: v2.6.1 go_mod: runs-on: ubuntu-22.04 diff --git a/Makefile b/Makefile index 4aa24b92..442eebfe 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.25-alpine3.22 -GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.6.0 +GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.6.1 NODE_IMAGE = node:20-alpine3.22 .PHONY: $(shell ls)