*: remove Go 1.7 support

pull/5564/head
Unknwon 2018-12-19 08:38:10 -05:00
parent e70e72e025
commit d4f9fd7204
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x

View File

@ -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