Skip to content

Commit

Permalink
Merge pull request #13 from sam-myers/patch-1
Browse files Browse the repository at this point in the history
Update golangci-lint to version 1.19.1
  • Loading branch information
haya14busa committed Oct 5, 2019
2 parents 32a5491 + 6e2bf09 commit 5af49f4
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,7 +1,7 @@
FROM golang:1.13

RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v0.9.13
RUN curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0
RUN curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.19.1

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 5af49f4

Please sign in to comment.