Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'magefile.go')
-rw-r--r--magefile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/magefile.go b/magefile.go
index d0b7c8d98..14358822e 100644
--- a/magefile.go
+++ b/magefile.go
@@ -304,7 +304,7 @@ func TestCoverHTML() error {
}
func isGoLatest() bool {
- return strings.Contains(runtime.Version(), "1.11")
+ return strings.Contains(runtime.Version(), "1.12")
}
func isCI() bool {