Change required version to Go 1.6

pull/4337/merge
Unknwon 2017-06-07 21:44:18 -04:00
parent b40dc550ed
commit 089eb1a099
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,8 @@
language: go
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.6
- 1.7
- 1.8
- master
before_install:

View File

@ -1,4 +1,4 @@
// +build go1.5
// +build go1.6
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style