1
0
Fork 0
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:
Frédéric Guillot 2021-02-16 21:02:13 -08:00 committed by fguillot
parent 421bb467d0
commit 713d575bad
3 changed files with 10 additions and 6 deletions

4
go.mod
View file

@ -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