Skip to content

Commit 0172487

Browse files
committed
Deprecate support for go 1.5
1 parent 7b3c029 commit 0172487

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.5.4
54
- 1.6.3
65
- 1.7.3
76
- tip

README.md

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

99
- Uses new Apple APNs HTTP/2 connection
10-
- Works with older versions of go (1.5.x) not just 1.6
10+
- Works with go 1.6 and later
1111
- Supports new iOS 10 features such as Collapse IDs, Subtitles and Mutable Notifications
1212
- Supports persistent connections to APNs
1313
- Fast, modular & easy to use

0 commit comments

Comments
 (0)