This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Drop Go 1.3 support
tags/v1.21.12.1
Unknwon
9 years ago
parent
95f9c85bcc
commit
acdb4d8bdd
4 changed files
with
1 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.travis.yml
+1
-1
gogs.go
+0
-2
modules/ssh/ssh.go
+0
-7
modules/ssh/ssh_1.3.go
+ 0
- 1
.travis.yml
View File
@@ -1,7 +1,6 @@
language: go
go:
- 1.3
- 1.4
- 1.5
+ 1
- 1
gogs.go
View File
@@ -1,4 +1,4 @@
// +build go1.
3
// +build go1.
4
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
+ 0
- 2
modules/ssh/ssh.go
View File
@@ -1,5 +1,3 @@
// +build go1.4
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
+ 0
- 7
modules/ssh/ssh_1.3.go
View File
@@ -1,7 +0,0 @@
// +build !go1.4
package ssh
func Listen(port int) {
panic("Gogs requires Go 1.4 for starting a SSH server")
}
Write
Preview
Loading…
Cancel
Save