From 521fb6965ecc6eeec19f6e2f79049111c7c06ff3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Aug 2026 17:00:14 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v2.13.1 --- node-go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-go/Dockerfile b/node-go/Dockerfile index 0fc64c3..d9ccce5 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.12.2 +ARG GOLANGCI_LINT_VERSION=v2.13.1 ENV DEBIAN_FRONTEND=noninteractive \ PATH=/usr/local/go/bin:${PATH}