From eadc66ab1e9cb63160d79f8a9a64510c30df1a06 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Aug 2026 17:00:12 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.13.2 --- node-go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-go/Dockerfile b/node-go/Dockerfile index d9ccce5..cfc168e 100644 --- a/node-go/Dockerfile +++ b/node-go/Dockerfile @@ -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}