Skip to content

Commit 694c387

Browse files
authored
fixup sandbox environment for go 1.9 (#93)
The makefile was building the wrong dockerfile for Go 1.9 sandbox environment.
1 parent 01b01bc commit 694c387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ sandbox-test-go18: sandbox-build-go18
117117
docker run -t aws-sdk-go-1.8
118118

119119
sandbox-build-go19:
120-
docker build -f ./internal/awstesting/sandbox/Dockerfile.test.go1.8 -t "aws-sdk-go-1.9" .
120+
docker build -f ./internal/awstesting/sandbox/Dockerfile.test.go1.9 -t "aws-sdk-go-1.9" .
121121
sandbox-go19: sandbox-build-go19
122122
docker run -i -t aws-sdk-go-1.9 bash
123123
sandbox-test-go19: sandbox-build-go19

0 commit comments

Comments
 (0)