diff options
author | realtyem <realtyem@gmail.com> | 2022-12-05 04:29:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 10:29:55 +0000 |
commit | 05eb55f57dfe7fbd0d7b4403c1834318d282da0d (patch) | |
tree | 87f6fda3747a9a01da6824639b018b228182d612 /changelog.d | |
parent | Bump cryptography from 38.0.3 to 38.0.4 (#14616) (diff) | |
download | synapse-05eb55f57dfe7fbd0d7b4403c1834318d282da0d.tar.xz |
Handle 'go get' deprecation (#14611)
* Switch out 'go get' for 'go install'. * Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14611.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14611.misc b/changelog.d/14611.misc new file mode 100644 index 0000000000..e4959d00f7 --- /dev/null +++ b/changelog.d/14611.misc @@ -0,0 +1 @@ +Switch to Go recommended installation method for `gotestfmt` template in CI. |