prevent dev-tools from updating go.mod
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
7e290869e7
commit
9b6a019081
2 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,7 @@ before_install:
|
|||
- sudo apt-get -q update
|
||||
|
||||
install:
|
||||
- go get -u github.com/vbatts/git-validation
|
||||
- cd /tmp && go get -u github.com/vbatts/git-validation
|
||||
# TODO: Add enforcement of license
|
||||
# - go get -u github.com/kunalkushwaha/ltag
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
|
|
|
@ -5,5 +5,7 @@
|
|||
#
|
||||
set -eu -o pipefail
|
||||
|
||||
# prevent updating go.mod of the project
|
||||
cd /tmp
|
||||
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
go get -u github.com/cpuguy83/go-md2man
|
||||
|
|
Loading…
Reference in a new issue