fix: pin golangci-lint to v2.1.6 in Dockerfile
Some checks failed
check / check (push) Failing after 14s
Some checks failed
check / check (push) Failing after 14s
Replace @latest with @v2.1.6 to comply with hash-pinning policy defined in REPO_POLICIES.md.
This commit is contained in:
parent
d2bc467581
commit
84303c969a
@ -10,7 +10,7 @@ RUN go mod download
|
||||
COPY . .
|
||||
|
||||
# Run all checks — build fails if branch is not green
|
||||
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v2.1.6
|
||||
RUN make check
|
||||
|
||||
ARG VERSION=dev
|
||||
|
||||
Loading…
Reference in New Issue
Block a user