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}