From c725e319c1b27f904c08840cae5334fcb98a33b4 Mon Sep 17 00:00:00 2001 From: bluenviron-bot <214245907+bluenviron-bot@users.noreply.github.com> Date: Sun, 29 Jun 2025 13:02:10 +0200 Subject: [PATCH] bump golangci-lint to 2.2.0 (#4671) --- .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 b0bf82ce..27658724 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.1.6 + version: v2.2.0 mod_tidy: runs-on: ubuntu-22.04 diff --git a/Makefile b/Makefile index 62ff00c5..08be32c3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.24-alpine3.20 -LINT_IMAGE = golangci/golangci-lint:v2.1.6 +LINT_IMAGE = golangci/golangci-lint:v2.2.0 NODE_IMAGE = node:20-alpine3.20 .PHONY: $(shell ls)