diff --git a/.travis.yml b/.travis.yml index 01886d00b..d029345e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - 1.7.x - 1.8.x - 1.9.x - 1.10.x diff --git a/gogs.go b/gogs.go index 2944e49e3..c115db22d 100644 --- a/gogs.go +++ b/gogs.go @@ -1,4 +1,4 @@ -// +build go1.7 +// +build go1.8 // Copyright 2014 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style