From 8ec7c53fa58c8d03228a2b967a322452efab819d Mon Sep 17 00:00:00 2001 From: Kiswono Prayogo Date: Fri, 27 Nov 2020 23:38:48 +0700 Subject: [PATCH 1/2] Update README.md added related blog --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 64eebb5..792aa5b 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ The CI is configured in the [ci.yaml file](./.github/workflows/ci.yaml). By containerizing the toolchain, the CI relies on the toolchain we defined in the Dockerfile and doesn't require any custom setup. +## Related Blog + +* [https://www.docker.com/blog/containerize-your-go-developer-environment-part-1/](https://www.docker.com/blog/containerize-your-go-developer-environment-part-1/) +* [Containerize Your Go Developer Environment – Part 2](https://www.docker.com/blog/containerize-your-go-developer-environment-part-2/) + ## Read more * [Docker build reference documentation](https://docs.docker.com/engine/reference/commandline/build/) From afb5b0abbd3bd41601425a849cf4a2217958f37f Mon Sep 17 00:00:00 2001 From: Kiswono Prayogo Date: Wed, 17 Mar 2021 09:03:51 +0700 Subject: [PATCH 2/2] Update README.md Co-authored-by: Chris Crone --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 792aa5b..63fdf52 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,7 @@ Dockerfile and doesn't require any custom setup. ## Related Blog -* [https://www.docker.com/blog/containerize-your-go-developer-environment-part-1/](https://www.docker.com/blog/containerize-your-go-developer-environment-part-1/) -* [Containerize Your Go Developer Environment – Part 2](https://www.docker.com/blog/containerize-your-go-developer-environment-part-2/) - +[Containerize your local Go developer environment series](https://www.docker.com/blog/tag/go-env-series/) ## Read more * [Docker build reference documentation](https://docs.docker.com/engine/reference/commandline/build/)