mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
magefile: Disable Go 1.10 gofmt check for now
This commit is contained in:
parent
a3f26e5636
commit
3ced6f8d47
1 changed files with 1 additions and 1 deletions
|
@ -259,5 +259,5 @@ func CheckVendor() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func isGoTip() bool {
|
func isGoTip() bool {
|
||||||
return strings.Contains(runtime.Version(), "devel")
|
return strings.Contains(runtime.Version(), "devel") || strings.Contains(runtime.Version(), "1.10")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue