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}