mirror of https://github.com/gogs/gogs.git
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.pull/3974/head^2
parent
552d5c7ceb
commit
55dc9d898f
|
@ -1,7 +1,6 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.4
|
||||
- 1.5
|
||||
- 1.6
|
||||
- 1.7
|
||||
|
|
Loading…
Reference in New Issue