From ae09e559e28bb224d3ea4f7cd1253b63cc217e58 Mon Sep 17 00:00:00 2001 From: bluenviron-bot <214245907+bluenviron-bot@users.noreply.github.com> Date: Thu, 14 Aug 2025 10:34:06 +0200 Subject: [PATCH] bump golangci-lint to 2.4.0 (#4876) --- .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 21f755cb..7955883d 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.3.1 + version: v2.4.0 mod_tidy: runs-on: ubuntu-22.04 diff --git a/Makefile b/Makefile index 66707936..8bc4c133 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.24-alpine3.20 -LINT_IMAGE = golangci/golangci-lint:v2.3.1 +LINT_IMAGE = golangci/golangci-lint:v2.4.0 NODE_IMAGE = node:20-alpine3.20 .PHONY: $(shell ls)