docs: update required version of Go
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ When reporting bugs:
|
|||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- **Git**
|
- **Git**
|
||||||
- **Go >= 1.24**
|
- **Go >= 1.26**
|
||||||
- **PostgreSQL**
|
- **PostgreSQL**
|
||||||
|
|
||||||
### Getting Started
|
### Getting Started
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
module miniflux.app/v2
|
module miniflux.app/v2
|
||||||
|
|
||||||
|
// When changing version here don't forget to also upgrade CONTRIBUTING.md
|
||||||
|
|
||||||
// +heroku goVersion go1.26
|
// +heroku goVersion go1.26
|
||||||
|
go 1.26.0
|
||||||
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/PuerkitoBio/goquery v1.12.0
|
github.com/PuerkitoBio/goquery v1.12.0
|
||||||
@@ -45,5 +49,3 @@ require (
|
|||||||
golang.org/x/sys v0.43.0 // indirect
|
golang.org/x/sys v0.43.0 // indirect
|
||||||
google.golang.org/protobuf v1.36.8 // indirect
|
google.golang.org/protobuf v1.36.8 // indirect
|
||||||
)
|
)
|
||||||
|
|
||||||
go 1.26.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user