We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465e654 commit 281284aCopy full SHA for 281284a
build-image/Dockerfile
@@ -30,7 +30,7 @@ RUN go install github.com/client9/misspell/cmd/[email protected] &&\
30
go install github.com/golang/protobuf/[email protected] &&\
31
go install github.com/gogo/protobuf/[email protected] &&\
32
go install github.com/weaveworks/tools/cover@bdd647e92546027e12cdde3ae0714bb495e43013 &&\
33
- go install github.com/fatih/faillint@v1.13.0 &&\
+ go install github.com/fatih/faillint@v1.15.0 &&\
34
go install github.com/campoy/[email protected] &&\
35
go install --tags extended github.com/gohugoio/hugo@${HUGO_VERSION} &&\
36
rm -rf /go/pkg /go/src /root/.cache
0 commit comments