From 14e49614e63f3d2c63fd9e511293be34e04e394d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 3 Oct 2018 20:49:49 -0400 Subject: [PATCH] gogs: rise Go requirement to 1.7 --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gogs.go b/gogs.go index 565427cc2..f1c58e2c2 100644 --- a/gogs.go +++ b/gogs.go @@ -1,4 +1,4 @@ -// +build go1.6 +// +build go1.7 // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style