bump golangci-lint to 2.5.0 (#5011)

This commit is contained in:
bluenviron-bot
2025-09-22 09:49:04 +02:00
committed by GitHub
parent b517631b8f
commit 232466053c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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