Skip to content

Commit acdb4d8

Browse files
committed
Drop Go 1.3 support
1 parent 95f9c85 commit acdb4d8

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: go
22

33
go:
4-
- 1.3
54
- 1.4
65
- 1.5
76

gogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build go1.3
1+
// +build go1.4
22

33
// Copyright 2014 The Gogs Authors. All rights reserved.
44
// Use of this source code is governed by a MIT-style

modules/ssh/ssh.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// +build go1.4
2-
31
// Copyright 2014 The Gogs Authors. All rights reserved.
42
// Use of this source code is governed by a MIT-style
53
// license that can be found in the LICENSE file.

modules/ssh/ssh_1.3.go

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)