bump golangci-lint to 2.4.0 (#865)

This commit is contained in:
bluenviron-bot
2025-08-14 10:33:55 +02:00
committed by GitHub
parent 0f430557ca
commit b52fc1db52
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
.PHONY: $(shell ls)