Skip to content

Commit 798111c

Browse files
misc: use 'go install' in _install_github_release_notes make target (#1576)
1 parent e89f54c commit 798111c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ clean:
160160

161161
.PHONY: _install_github_release_notes
162162
_install_github_release_notes:
163-
@GO111MODULE=off go get -u github.com/digitalocean/github-changelog-generator
163+
go install github.com/digitalocean/github-changelog-generator@latest
164164

165165
.PHONY: _changelog
166166
_changelog: _install_github_release_notes

0 commit comments

Comments
 (0)