mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-04 00:19:40 +00:00
bump go version in go.mod
This commit is contained in:
parent
c561374ae1
commit
d5988bf8aa
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/superseriousbusiness/gotosocial
|
||||
|
||||
go 1.22.2
|
||||
go 1.23
|
||||
|
||||
// Replace modernc/sqlite with our version that fixes the concurrency INTERRUPT issue
|
||||
replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.33.1-concurrency-workaround
|
||||
|
|
Loading…
Reference in a new issue