Skip to content

Commit af8084b

Browse files
rahulaitgithub-actions[bot]
authored andcommitted
update URL based on recommendation in v2.12.1 changelog of golangci-lint
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com> (cherry picked from commit 5176639)
1 parent 5a25fef commit af8084b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ARG GOLANGCI_LINT_VERSION=1.60.3
1616

1717
FROM golang:${GOLANG_VERSION}
1818

19-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}
19+
RUN curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}

0 commit comments

Comments
 (0)