Skip to content

Commit

Permalink
chore: bump aws-sdk-go version to 1.29.4 (#985)
Browse files Browse the repository at this point in the history
* chore: update aws-sdk-go client to 1.29.4

* chore: remove verbose flag from tests
  • Loading branch information
efekarakus committed Feb 19, 2020
1 parent 1a4dddf commit e772ead
Show file tree
Hide file tree
Showing 85 changed files with 21,309 additions and 3,151 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $(LOCAL_BINARY): $(SOURCES)
.PHONY: test
test:
env -i PATH=$$PATH GOPATH=$$(go env GOPATH) GOROOT=$$(go env GOROOT) GOCACHE=$$(go env GOCACHE) \
go test -race -timeout=120s -v -cover ./ecs-cli/modules/...
go test -race -timeout=120s -cover ./ecs-cli/modules/...

.PHONY: integ-test
integ-test: integ-test-build integ-test-run-with-coverage
Expand Down
9 changes: 6 additions & 3 deletions ecs-cli/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecs-cli/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "=1.25.49"
version = "^1.29.0"

[[constraint]]
name = "github.com/awslabs/amazon-ecr-credential-helper"
Expand Down
216 changes: 216 additions & 0 deletions ecs-cli/modules/clients/aws/ec2/mock/sdk/ec2iface_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 66 additions & 0 deletions ecs-cli/modules/clients/aws/ecr/mock/sdk/ecriface_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e772ead

Please sign in to comment.