bump golangci-lint to 2.2.0 (#4671)

This commit is contained in:
bluenviron-bot
2025-06-29 13:02:10 +02:00
committed by GitHub
parent 21fa646786
commit c725e319c1
2 changed files with 2 additions and 2 deletions

View File

@@ -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)