bump golangci-lint to 2.5.0 (#248)

This commit is contained in:
bluenviron-bot
2025-09-23 09:36:01 +02:00
committed by GitHub
parent 3882df8df1
commit f04acdc4ee
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- uses: golangci/golangci-lint-action@v8
with:
version: v2.4.0
version: v2.5.0
go-mod-tidy:
runs-on: ubuntu-22.04

View File

@@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.25-alpine3.22
LINT_IMAGE = golangci/golangci-lint:v2.4.0
LINT_IMAGE = golangci/golangci-lint:v2.5.0
.PHONY: $(shell ls)