We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d138c57 commit 2601027Copy full SHA for 2601027
ci/Dockerfile
@@ -16,7 +16,7 @@ FROM golang:1.14
16
17
WORKDIR /go/src
18
19
-ARG GOLANGCILINT_VERSION=v1.23.8
+ARG GOLANGCILINT_VERSION=v1.24.0
20
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCILINT_VERSION}
21
RUN go get -v -u github.com/kunalkushwaha/ltag && rm -rf /go/src/github.com/kunalkushwaha
22
0 commit comments