Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit ab71c02

Browse files
authored
Merge pull request #17 from githubtraining/fix-broken-go-module
force specific golang version in dockerfile
2 parents 77f0403 + 24e4149 commit ab71c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/07_create-dockerfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Lastly we will create the `Dockerfile`. Like with Go programming, it is perfectl
1616
You can use [this link]({{quicklink}}) to easily create this file in the proper location.
1717

1818
```dockerfile
19-
FROM golang:latest
19+
FROM golang:1.15
2020
WORKDIR /go/src/hello
2121
COPY . .
2222
RUN go get -d -v ./...

0 commit comments

Comments
 (0)