Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1562 from roycaihw/deprecate-go-get
Browse files Browse the repository at this point in the history
Use `go install` instead of `go get`
  • Loading branch information
k8s-ci-robot authored Oct 4, 2021
2 parents 96dade6 + 0684397 commit 8a36dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-submodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ source scripts/util/changelog.sh
source scripts/util/common.sh

util::common::check_sed
go get k8s.io/release/cmd/release-notes
go install k8s.io/release/cmd/release-notes@latest

TARGET_RELEASE=${TARGET_RELEASE:-"v$(grep "^CLIENT_VERSION = \"" scripts/constants.py | sed "s/CLIENT_VERSION = \"//g" | sed "s/\"//g")"}

Expand Down

0 comments on commit 8a36dfb

Please sign in to comment.