mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 00:04:50 +08:00
pinning deps
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
run: |
|
||||
go get -v -t -d ./...
|
||||
if [ -f Gopkg.toml ]; then
|
||||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
curl -sSfL https://raw.githubusercontent.com/golang/dep/v0.5.4/install.sh | env DEP_RELEASE_TAG=v0.5.4 sh
|
||||
dep ensure
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user