Skip to content

Commit

Permalink
build: update go.mod to Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Sep 7, 2024
1 parent 38cdc4d commit 1302662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module miniflux.app/v2

// +heroku goVersion go1.22
// +heroku goVersion go1.23

require (
github.com/PuerkitoBio/goquery v1.9.2
Expand Down Expand Up @@ -46,4 +46,4 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
)

go 1.22
go 1.23

0 comments on commit 1302662

Please sign in to comment.