소스 검색

gogs: rise Go requirement to 1.7

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

+ 1 - 1
gogs.go

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