Skip to content

Commit 34aaccc

Browse files
committed
chore: Bump golangci-lint
1 parent 25769f9 commit 34aaccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM builder AS linter
3333

3434
# binary will be $(go env GOPATH)/bin/golangci-lint
3535
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
36-
| sh -s -- -b $(go env GOPATH)/bin v1.64.5
36+
| sh -s -- -b $(go env GOPATH)/bin v1.64.8
3737

3838
# install goimports
3939
RUN go install golang.org/x/tools/cmd/[email protected]

0 commit comments

Comments
 (0)