Skip to content

Commit 1a30cb4

Browse files
committed
Do not use go get to not alter go.mod
1 parent d243723 commit 1a30cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ upload() {
4141
cleanup_on_error
4242
}
4343

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

4747
if [ -n "$DRY_RUN" ]; then

0 commit comments

Comments
 (0)