Update dependency golangci/golangci-lint to v2.13.1
node-go image / build (amd64) (push) Successful in 1m15s
node-go image / build (arm64) (push) Successful in 2m21s
node-go image / amend-manifest (push) Successful in 19s

This commit is contained in:
2026-08-22 17:00:14 +00:00
parent 364e78b608
commit 521fb6965e
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:lts-slim
ARG GO_VERSION=1.26
ARG GOLANGCI_LINT_VERSION=v2.12.2
ARG GOLANGCI_LINT_VERSION=v2.13.1
ENV DEBIAN_FRONTEND=noninteractive \
PATH=/usr/local/go/bin:${PATH}