mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
e6eda2a370
commit
d32ff16fd6
4 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@ env:
|
|||
git:
|
||||
depth: false
|
||||
go:
|
||||
- 1.9.7
|
||||
- "1.10.3"
|
||||
- "1.10.4"
|
||||
- 1.11
|
||||
- tip
|
||||
os:
|
||||
- linux
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
[[constraint]]
|
||||
name = "github.com/magefile/mage"
|
||||
version = "v1"
|
||||
version = "^v2.2.0"
|
||||
|
||||
[[constraint]]
|
||||
branch = "master"
|
||||
|
|
|
@ -265,7 +265,7 @@ func CheckVendor() error {
|
|||
}
|
||||
|
||||
func isGoLatest() bool {
|
||||
return strings.Contains(runtime.Version(), "1.10")
|
||||
return strings.Contains(runtime.Version(), "1.11")
|
||||
}
|
||||
|
||||
func buildTags() string {
|
||||
|
|
Loading…
Reference in a new issue