Update dependency golangci/golangci-lint to v2.13.1 #5

Merged
renovatebot merged 1 commits from renovate/golangci-golangci-lint-2.x into main 2026-08-23 00:00:20 +07:00
Showing only changes of commit 521fb6965e - 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.12.2
ARG GOLANGCI_LINT_VERSION=v2.13.1
ENV DEBIAN_FRONTEND=noninteractive \
PATH=/usr/local/go/bin:${PATH}