magefile: Disable Go 1.10 gofmt check for now - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 3ced6f8d47026c7f38f07448411b45b2fcbc4f44
DIR parent a3f26e56368c62b0900a10d83a11b7783630963b
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Sat, 17 Feb 2018 01:24:07 +0100
magefile: Disable Go 1.10 gofmt check for now
Diffstat:
M magefile.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/magefile.go b/magefile.go
@@ -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")
}