Browse Source

Change required version to Go 1.6

pull/4126/merge
Unknwon 8 years ago
parent
commit
089eb1a099
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 7
      .travis.yml
  2. 2
      gogs.go

7
.travis.yml

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

2
gogs.go

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

Loading…
Cancel
Save