Skip to content

Commit

Permalink
Do not use go get to not alter go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Aug 17, 2021
1 parent d243723 commit 1a30cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ upload() {
cleanup_on_error
}

go get github.com/github-release/github-release
go install github.com/github-release/github-release
cd ${GOPATH}/src/github.com/skydive-project/skydive

if [ -n "$DRY_RUN" ]; then
Expand Down

0 comments on commit 1a30cb4

Please sign in to comment.