We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a25fef commit af8084bCopy full SHA for af8084b
1 file changed
docker/Dockerfile.devel
@@ -16,4 +16,4 @@ ARG GOLANGCI_LINT_VERSION=1.60.3
16
17
FROM golang:${GOLANG_VERSION}
18
19
-RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
+RUN curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
0 commit comments