summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-08-11 16:04:29 +0200
committerLibravatar tobi <kipvandenbos@noreply.codeberg.org>2025-08-11 16:04:29 +0200
commite565855540c135a56a9c31287cb99288c91101ce (patch)
tree7cf8fb426c568b571bfb9c0dc8ef52dd6de6e416 /go.mod
parent[chore] update dependencies (#4361) (diff)
downloadgotosocial-e565855540c135a56a9c31287cb99288c91101ce.tar.xz
[chore] pin to go 1.24.6 (#4364)
Pins our Go version to v1.24.6 for bugfixes etc. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4364 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index cc753543f..eb6dc9a62 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module code.superseriousbusiness.org/gotosocial
-go 1.24.5
+go 1.24.6
// Replace go-swagger with our version that fixes (ours particularly) use of Go1.23
replace github.com/go-swagger/go-swagger => codeberg.org/superseriousbusiness/go-swagger v0.32.3-gts-go1.23-fix