mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
magefile: Disable Go 1.10 gofmt check for now
This commit is contained in:
@@ -259,5 +259,5 @@ func CheckVendor() error {
|
||||
}
|
||||
|
||||
func isGoTip() bool {
|
||||
return strings.Contains(runtime.Version(), "devel")
|
||||
return strings.Contains(runtime.Version(), "devel") || strings.Contains(runtime.Version(), "1.10")
|
||||
}
|
||||
|
Reference in New Issue
Block a user