bump golangci-lint to 2.10.1 (#5481)

This commit is contained in:
bluenviron-bot
2026-02-18 11:03:26 +01:00
committed by GitHub
parent ddaafd4ef3
commit eddcbc0bfc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- uses: golangci/golangci-lint-action@v9
with:
version: v2.9.0
version: v2.10.1
go_mod:
runs-on: ubuntu-22.04
+1 -1
View File
@@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.25-alpine3.22
GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.9.0
GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.10.1
NODE_IMAGE = node:20-alpine3.22
.PHONY: $(shell ls)