forked from 99designs/aws-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 99designs#271 from kevinburkeomg/update-go-keychain
Update go-keychain to resolve Go 1.11 compilation issue
- Loading branch information
Showing
3 changed files
with
12 additions
and
10 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,16 +1,18 @@ | ||
language: go | ||
go_import_path: github.com/99designs/aws-vault | ||
|
||
install: | ||
- go get -u github.com/kardianos/govendor | ||
- govendor status | ||
|
||
go: | ||
- "1.8" | ||
- "1.9" | ||
- "1.10" | ||
- "1.8.x" | ||
- "1.9.x" | ||
- "1.10.x" | ||
- "master" | ||
|
||
os: | ||
- linux | ||
- osx | ||
|
||
osx_image: xcode7.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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