Skip to content

Commit 8768199

Browse files
authored
Merge pull request #88 from scribd/maksimt/upgrade-golangci-lint
Upgrade `golangci-lint` to v1.54.2
2 parents 68944c9 + febb1cc commit 8768199

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.51.1
36+
| sh -s -- -b $(go env GOPATH)/bin v1.54.2
3737

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

0 commit comments

Comments
 (0)