mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
build: update go.mod to Go 1.23
This commit is contained in:
parent
38cdc4d3df
commit
70f126fc5a
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module miniflux.app/v2
|
module miniflux.app/v2
|
||||||
|
|
||||||
// +heroku goVersion go1.22
|
// +heroku goVersion go1.23
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/PuerkitoBio/goquery v1.9.2
|
github.com/PuerkitoBio/goquery v1.9.2
|
||||||
|
@ -46,4 +46,4 @@ require (
|
||||||
google.golang.org/protobuf v1.34.2 // indirect
|
google.golang.org/protobuf v1.34.2 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
go 1.22
|
go 1.23
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue