소스 검색

*: remove Go 1.7 support

Unknwon 6 년 전
부모
커밋
d4f9fd7204
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      .travis.yml
  2. 1 1
      gogs.go

+ 0 - 1
.travis.yml

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

+ 1 - 1
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