bump golangci-lint to 2.4.0 (#235)

This commit is contained in:
bluenviron-bot
2025-08-14 10:33:45 +02:00
committed by GitHub
parent 10089ec8f1
commit 90e45c4b32
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.3.1
version: v2.4.0
go-mod-tidy:
runs-on: ubuntu-22.04

View File

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