Skip to content

Commit

Permalink
Bump golangci-lint in Dockerfile to v1.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Aug 7, 2020
1 parent 3d25e0f commit a50eae2
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
@@ -1,6 +1,6 @@
FROM golang:1.14

RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.29.0
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0

COPY golintui /usr/bin/
CMD ["golintui"]

0 comments on commit a50eae2

Please sign in to comment.