mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Update CI check for Go 1.16
This commit is contained in:
parent
421bb467d0
commit
713d575bad
3 changed files with 10 additions and 6 deletions
4
go.mod
4
go.mod
|
@ -1,6 +1,6 @@
|
|||
module miniflux.app
|
||||
|
||||
// +heroku goVersion go1.15
|
||||
// +heroku goVersion go1.16
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.6.1
|
||||
|
@ -24,4 +24,4 @@ require (
|
|||
mvdan.cc/xurls/v2 v2.2.0
|
||||
)
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue