This repository has been archived by the owner on Nov 28, 2024. It is now read-only.
forked from go-gomail/gomail
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ditch go < 1.5 (and no external dependancies)
- Loading branch information
1 parent
ab8dca3
commit c0dd687
Showing
4 changed files
with
1 addition
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
language: go | ||
|
||
go: | ||
- 1.2x | ||
- 1.3x | ||
- 1.4x | ||
- 1.5x | ||
- 1.6x | ||
- 1.7x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// +build go1.5 | ||
|
||
package gomail | ||
|
||
|
This file was deleted.
Oops, something went wrong.
c0dd687
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pedromorgan Correct me if I'm wrong, but there aren't any pending changes that I know of that are incompatible with Go <1.5. Why drop support? Also, this would have been better in a pull request so we could discuss more.
c0dd687
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In hindsight your correct, have reverted (manually)
c0dd687
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ivy and yes, PR's from now on