-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add go version to go.mod, test with 1.13.1
I chose 1.11 for the version in the go.mod file based on the information in this issue: golang/go#30791
- Loading branch information
1 parent
1d6a7e0
commit e6a8bcf
Showing
2 changed files
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ os: | |
- osx | ||
go: | ||
- tip | ||
- 1.13 | ||
- 1.13.x | ||
- 1.12.x | ||
- 1.11.x | ||
- 1.10.x | ||
|
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