docs: update required version of Go

This commit is contained in:
gudvinr
2026-04-16 00:12:16 +03:00
committed by fguillot
parent f2f9fdd867
commit 42b9c7ea13
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ When reporting bugs:
### Requirements ### Requirements
- **Git** - **Git**
- **Go >= 1.24** - **Go >= 1.26**
- **PostgreSQL** - **PostgreSQL**
### Getting Started ### Getting Started
+4 -2
View File
@@ -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