mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Handle 'go get' deprecation (#14611)
* Switch out 'go get' for 'go install'. * Changelog
This commit is contained in:
parent
057cc7850a
commit
05eb55f57d
@ -21,7 +21,7 @@ endblock
|
|||||||
|
|
||||||
block Install Complement Dependencies
|
block Install Complement Dependencies
|
||||||
sudo apt-get -qq update && sudo apt-get install -qqy libolm3 libolm-dev
|
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
|
endblock
|
||||||
|
|
||||||
block Install custom gotestfmt template
|
block Install custom gotestfmt template
|
||||||
|
1
changelog.d/14611.misc
Normal file
1
changelog.d/14611.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Switch to Go recommended installation method for `gotestfmt` template in CI.
|
Loading…
Reference in New Issue
Block a user