bump golangci-lint to 2.3.1 (#4818)

This commit is contained in:
bluenviron-bot
2025-08-03 09:22:07 +02:00
committed by GitHub
parent eeb6ac3824
commit bfdd4f81bd
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.3.0
version: v2.3.1
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.0
LINT_IMAGE = golangci/golangci-lint:v2.3.1
NODE_IMAGE = node:20-alpine3.20
.PHONY: $(shell ls)