Skip to content

Commit

Permalink
feat: Upgrade golangci-lint to v1.47.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Neurostep committed Aug 8, 2022
1 parent 1ab8b17 commit c6ffdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM builder AS linter

# binary will be $(go env GOPATH)/bin/golangci-lint
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sh -s -- -b $(go env GOPATH)/bin v1.39.0
| sh -s -- -b $(go env GOPATH)/bin v1.47.3

# =============================================================================
# development stage
Expand Down

0 comments on commit c6ffdd4

Please sign in to comment.