Skip to content

Commit

Permalink
Merge pull request #3389 from WhiteHatTux/feature/fix-get-golint
Browse files Browse the repository at this point in the history
build: Fix import for golint
  • Loading branch information
bboreham authored Oct 14, 2018
2 parents 9c7498d + 52024d8 commit da01ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN go clean -i net && \
fi; \
go get -tags netgo \
github.com/fzipp/gocyclo \
github.com/golang/lint/golint \
golang.org/x/lint/golint \
github.com/kisielk/errcheck \
github.com/fatih/hclfmt \
github.com/mjibson/esc \
Expand Down

0 comments on commit da01ce0

Please sign in to comment.