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 2cff459 commit 737f149Copy full SHA for 737f149
Readme.md
@@ -13,8 +13,8 @@ using Buildkite.
13
14
```sh
15
cd /your/golang/repo
16
- curl -o Dockerfile https://raw.githubusercontent.com/buildkite/golang-golang-example/master/Dockerfile
17
- curl -o docker-compose.yml https://raw.githubusercontent.com/buildkite/golang-golang-example/master/docker-compose.yml
+ curl -o Dockerfile https://raw.githubusercontent.com/buildkite/golang-docker-example/master/Dockerfile
+ curl -o docker-compose.yml https://raw.githubusercontent.com/buildkite/golang-docker-example/master/docker-compose.yml
18
```
19
20
3. Replace `/go/src/github.com/buildkite/golang-docker-example` in the `Dockerfile` and
0 commit comments