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:
Unknwon
2016-11-23 20:23:18 -05:00
parent 552d5c7ceb
commit 55dc9d898f
2 changed files with 1 additions and 2 deletions

View File

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