We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b01bc commit 694c387Copy full SHA for 694c387
Makefile
@@ -117,7 +117,7 @@ sandbox-test-go18: sandbox-build-go18
117
docker run -t aws-sdk-go-1.8
118
119
sandbox-build-go19:
120
- docker build -f ./internal/awstesting/sandbox/Dockerfile.test.go1.8 -t "aws-sdk-go-1.9" .
+ docker build -f ./internal/awstesting/sandbox/Dockerfile.test.go1.9 -t "aws-sdk-go-1.9" .
121
sandbox-go19: sandbox-build-go19
122
docker run -i -t aws-sdk-go-1.9 bash
123
sandbox-test-go19: sandbox-build-go19
0 commit comments