aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-12-19 08:38:10 -0500
committerUnknwon <u@gogs.io>2018-12-19 08:38:10 -0500
commitd4f9fd7204796a9acaab8c1606171609be52d322 (patch)
tree6734f06c1b0a8d4b24f2baf603d14bd496554244
parente70e72e025db44bc7f27d10ffcb716300101cb5c (diff)
*: remove Go 1.7 support
-rw-r--r--.travis.yml1
-rw-r--r--gogs.go2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 01886d00..d029345e 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 2944e49e..c115db22 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