bump golangci-lint to 2.6.1 (#5158)
Some checks failed
code_lint / go (push) Has been cancelled
code_lint / go_mod (push) Has been cancelled
code_lint / docs (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled

This commit is contained in:
bluenviron-bot 2025-11-07 21:14:09 +01:00 committed by GitHub
parent 15ce3671ac
commit d4741b7d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
- uses: golangci/golangci-lint-action@v8
with:
version: v2.6.0
version: v2.6.1
go_mod:
runs-on: ubuntu-22.04

View file

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