Skip to content

Commit

Permalink
Remove support for go 1.6 (#142)
Browse files Browse the repository at this point in the history
Removes support for golang 1.6 so we can better support new features
moving forward
  • Loading branch information
sideshow committed Jul 23, 2019
1 parent d5157a5 commit 142b454
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 74 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: go

go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ APNS/2 is a go package designed for simple, flexible and fast Apple Push Notific

- Uses new Apple APNs HTTP/2 connection
- Fast - See [notes on speed](https://github.com/sideshow/apns2/wiki/APNS-HTTP-2-Push-Speed)
- Works with go 1.6 and later
- Works with go 1.7 and later
- Supports new Apple Token Based Authentication (JWT)
- Supports new iOS 10 features such as Collapse IDs, Subtitles and Mutable Notifications
- Supports persistent connections to APNs
Expand Down
25 changes: 0 additions & 25 deletions client_go16.go

This file was deleted.

47 changes: 0 additions & 47 deletions client_go16_test.go

This file was deleted.

0 comments on commit 142b454

Please sign in to comment.