Skip to content

Commit 142b454

Browse files
authored
Remove support for go 1.6 (#142)
Removes support for golang 1.6 so we can better support new features moving forward
1 parent d5157a5 commit 142b454

File tree

4 files changed

+1
-74
lines changed

4 files changed

+1
-74
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.6.x
54
- 1.7.x
65
- 1.8.x
76
- 1.9.x

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ APNS/2 is a go package designed for simple, flexible and fast Apple Push Notific
88

99
- Uses new Apple APNs HTTP/2 connection
1010
- Fast - See [notes on speed](https://github.com/sideshow/apns2/wiki/APNS-HTTP-2-Push-Speed)
11-
- Works with go 1.6 and later
11+
- Works with go 1.7 and later
1212
- Supports new Apple Token Based Authentication (JWT)
1313
- Supports new iOS 10 features such as Collapse IDs, Subtitles and Mutable Notifications
1414
- Supports persistent connections to APNs

client_go16.go

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

client_go16_test.go

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

0 commit comments

Comments
 (0)