summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorrealtyem <realtyem@gmail.com>2022-12-05 04:29:55 -0600
committerGitHub <noreply@github.com>2022-12-05 10:29:55 +0000
commit05eb55f57dfe7fbd0d7b4403c1834318d282da0d (patch)
tree87f6fda3747a9a01da6824639b018b228182d612 /changelog.d
parentBump cryptography from 38.0.3 to 38.0.4 (#14616) (diff)
downloadsynapse-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.misc1
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.