Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 38e623d

Browse files
committed
fixup! Add golintci and fix errors
1 parent 626e923 commit 38e623d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ENV CI=true
66
RUN go get golang.org/x/tools/cmd/goimports
77
RUN go get golang.org/x/lint/golint
88
RUN go get github.com/mattn/goveralls
9-
RUN go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.27.0
9+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.31.0

0 commit comments

Comments
 (0)