1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-30 07:38:59 +01:00

Update required go version

This commit is contained in:
Oliver Steele 2021-06-18 13:32:36 +08:00
parent 42035af9b1
commit f7a10b7ade
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
language: go
go:
- "1.9"
- "1.10"
- "1.15"
- "1.16"
install:
- go get github.com/mattn/goveralls

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/osteele/liquid
go 1.16
go 1.15
require (
github.com/osteele/tuesday v1.0.3