Update dependency golangci/golangci-lint to v2.13.2
node-go image / build (amd64) (push) Successful in 1m24s
node-go image / build (arm64) (push) Successful in 2m36s
node-go image / amend-manifest (push) Successful in 11s

This commit is contained in:
2026-08-29 17:00:12 +00:00
parent 48dc44b00d
commit eadc66ab1e
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:lts-slim
ARG GO_VERSION=1.26
ARG GOLANGCI_LINT_VERSION=v2.13.1
ARG GOLANGCI_LINT_VERSION=v2.13.2
ENV DEBIAN_FRONTEND=noninteractive \
PATH=/usr/local/go/bin:${PATH}