Compare commits
1 Commits
v2.1.1
...
release-2.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c905fdbdb4 |
@@ -48,7 +48,7 @@ mkdir -p "${_tmp}"
|
||||
|
||||
# Add the require directive
|
||||
echo "Running: go get ${dep}@${sha}"
|
||||
go get -m -d "${dep}@${sha}"
|
||||
go get -d "${dep}@${sha}"
|
||||
|
||||
# Find the resolved version
|
||||
rev=$(go mod edit -json | jq -r ".Require[] | select(.Path == \"${dep}\") | .Version")
|
||||
|
||||
Reference in New Issue
Block a user