Skip to content

Commit cb1337f

Browse files
authored
Update golangci-lint to v1.27.0 (#9)
1 parent 9bb8bc1 commit cb1337f

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
@@ -1,4 +1,4 @@
11
# go
22
FROM golang:1.14.2
33
# golangci-lint
4-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.26.0
4+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0

0 commit comments

Comments
 (0)