1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

go get -u github.com/aws/aws-sdk-go

This commit is contained in:
Tom Limoncelli
2020-03-22 15:43:50 -04:00
parent c7151d66d0
commit 1a4dc215e8
8 changed files with 384 additions and 61 deletions

View File

@ -12,11 +12,6 @@ go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- tip
allow_failures:
- go: tip
install: go get -v -t ./...
script: make test