mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 20:02:24 -05:00
[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>
This commit is contained in:
parent
67100809b3
commit
e565855540
3 changed files with 3 additions and 3 deletions
2
go.mod
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue