aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-10-03 20:49:49 -0400
committerUnknwon <u@gogs.io>2018-10-03 20:49:49 -0400
commit14e49614e63f3d2c63fd9e511293be34e04e394d (patch)
treed30359a79af24080f95b52b56fcd6837a35eb6f8 /gogs.go
parenta221b2807f0eb46e7ff4fe323af10e9e8c6c18a7 (diff)
gogs: rise Go requirement to 1.7
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 565427cc..f1c58e2c 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