Skip to content

Commit

Permalink
Merge pull request #1 from andrewslotin/do_not_build_modules
Browse files Browse the repository at this point in the history
Do not build downloaded module
  • Loading branch information
andrewslotin authored Nov 11, 2020
2 parents 95e1885 + fb97be6 commit 40c27a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ fi
export GO111MODULE=on
export GOPROXY="$INPUT_GOPROXY"

go get "$PACKAGE@$VERSION"
go get -d "$PACKAGE@$VERSION"

0 comments on commit 40c27a0

Please sign in to comment.