Update dependency golangci/golangci-lint to v2.13.2 #7

Merged
renovatebot merged 1 commits from renovate/golangci-golangci-lint-2.x into main 2026-08-30 00:00:17 +07:00
Showing only changes of commit eadc66ab1e - Show all commits
+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}