Skip to content
Snippets Groups Projects
Unverified Commit 05eb55f5 authored by realtyem's avatar realtyem Committed by GitHub
Browse files

Handle 'go get' deprecation (#14611)

* Switch out 'go get' for 'go install'.

* Changelog
parent 057cc785
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
Switch to Go recommended installation method for `gotestfmt` template in CI.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment