bump golangci-lint to 2.4.0 (#4876)

This commit is contained in:
bluenviron-bot
2025-08-14 10:34:06 +02:00
committed by GitHub
parent 262ce82d58
commit ae09e559e2
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.3.1
LINT_IMAGE = golangci/golangci-lint:v2.4.0
NODE_IMAGE = node:20-alpine3.20
.PHONY: $(shell ls)