diff options
author | Unknwon <u@gogs.io> | 2018-10-03 20:49:49 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-10-03 20:49:49 -0400 |
commit | 14e49614e63f3d2c63fd9e511293be34e04e394d (patch) | |
tree | d30359a79af24080f95b52b56fcd6837a35eb6f8 /gogs.go | |
parent | a221b2807f0eb46e7ff4fe323af10e9e8c6c18a7 (diff) |
gogs: rise Go requirement to 1.7
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |