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
|
@ -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…
Add table
Add a link
Reference in a new issue