bump golangci-lint to 2.3.0 (#838)

This commit is contained in:
bluenviron-bot
2025-07-22 06:35:11 +02:00
committed by GitHub
parent 525a2e6b43
commit c36d441583
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: golangci/golangci-lint-action@v8
with:
version: v2.2.2
version: v2.3.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.2.2
LINT_IMAGE = golangci/golangci-lint:v2.3.0
.PHONY: $(shell ls)