diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ module code.superseriousbusiness.org/gotosocial -go 1.23.0 +go 1.24 -toolchain go1.23.3 +toolchain go1.24.3 // 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.31.0-gts-go1.23-fix |
