bump golangci-lint to 2.11.4 (#1029)

This commit is contained in:
bluenviron-bot
2026-03-23 14:19:40 +01:00
committed by GitHub
parent 862b65cc23
commit 2a1cd2d65f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- uses: golangci/golangci-lint-action@v9
with:
version: v2.11.3
version: v2.11.4
go_mod:
runs-on: ubuntu-22.04
+1 -1
View File
@@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.26-alpine3.22
LINT_IMAGE = golangci/golangci-lint:v2.11.3
LINT_IMAGE = golangci/golangci-lint:v2.11.4
.PHONY: $(shell ls)