Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Handle 'go get' deprecation (#14611)
Browse files Browse the repository at this point in the history
* Switch out 'go get' for 'go install'.

* Changelog
  • Loading branch information
realtyem authored and H-Shay committed Dec 13, 2022
1 parent 5246dd7 commit a5277e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/setup_complement_prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endblock

block Install Complement Dependencies
sudo apt-get -qq update && sudo apt-get install -qqy libolm3 libolm-dev
go get -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
endblock

block Install custom gotestfmt template
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14611.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch to Go recommended installation method for `gotestfmt` template in CI.

0 comments on commit a5277e9

Please sign in to comment.