Skip to content

Commit

Permalink
Makefile was using wrong container for Go 1.7 sandbox test (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel authored Jun 23, 2016
1 parent 8f27257 commit f7183ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sandbox-test-go16:

sandbox-test-go17:
docker build -f ./awstesting/sandbox/Dockerfile.test.go1.7 -t "aws-sdk-go-1.7" .
docker run -t aws-sdk-go-1.6
docker run -t aws-sdk-go-1.7

sandbox-test-gotip:
@echo "Run make update-aws-golang-tip, if this test fails because missing aws-golang:tip container"
Expand Down

0 comments on commit f7183ea

Please sign in to comment.