jq and curl

This commit is contained in:
2026-05-06 17:30:34 +03:00
parent 0b1ba393df
commit b5e10495fe
7 changed files with 17 additions and 12 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM golang:1.26-alpine
ARG GOLANGCI_LINT_VERSION=v2.11.4
RUN apk add --no-cache nodejs npm bash git ca-certificates curl
ARG GOLANGCI_LINT_VERSION=v2.12.2
RUN apk add --no-cache nodejs npm bash git ca-certificates curl jq
RUN curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b /usr/local/bin ${GOLANGCI_LINT_VERSION}