bump golangci-lint to 2.7.1 (#5244)

This commit is contained in:
bluenviron-bot 2025-12-06 22:40:04 +01:00 committed by GitHub
parent 2ce5fde6e9
commit 25a3d52dd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.25-alpine3.22 BASE_IMAGE = golang:1.25-alpine3.22
GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.6.2 GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.7.1
NODE_IMAGE = node:20-alpine3.22 NODE_IMAGE = node:20-alpine3.22
.PHONY: $(shell ls) .PHONY: $(shell ls)