From d4f9fd7204796a9acaab8c1606171609be52d322 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 19 Dec 2018 08:38:10 -0500 Subject: [PATCH] *: remove Go 1.7 support --- .travis.yml | 1 - gogs.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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