mirror of
https://github.com/gogs/gogs.git
synced 2025-05-13 11:00:27 +00:00
Drop Go 1.4 support
Due to golang.org/x/crypto/ssh requires a method from STD in Go 1.5. And Go 1.4 is fairly old version for now.
This commit is contained in:
parent
552d5c7ceb
commit
55dc9d898f
@ -1,7 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4
|
|
||||||
- 1.5
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
- 1.7
|
- 1.7
|
||||||
|
2
gogs.go
2
gogs.go
@ -1,4 +1,4 @@
|
|||||||
// +build go1.4
|
// +build go1.5
|
||||||
|
|
||||||
// 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…
x
Reference in New Issue
Block a user