diff options
| author | 2025-08-11 16:04:29 +0200 | |
|---|---|---|
| committer | 2025-08-11 16:04:29 +0200 | |
| commit | e565855540c135a56a9c31287cb99288c91101ce (patch) | |
| tree | 7cf8fb426c568b571bfb9c0dc8ef52dd6de6e416 /go.mod | |
| parent | [chore] update dependencies (#4361) (diff) | |
| download | gotosocial-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
