diff --git a/.gitea/template b/.gitea/template new file mode 100644 index 0000000..b053280 --- /dev/null +++ b/.gitea/template @@ -0,0 +1,2 @@ +# Readme +README.md diff --git a/Makefile b/Makefile index 04b69fb..ca4d7ab 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: bin/example test: lint unit-test PLATFORM=local -UTIL_TAG=1.16.5-alpine +UTIL_TAG=1.24.3-alpine export DOCKER_BUILDKIT=1 diff --git a/README.md b/README.md index ad58867..009636b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Continuous Integration](https://sancus.carpanet.net/sjc/docker-go-dev/workflows/Continuous%20Integration/badge.svg) +![Continuous Integration](${REPO_LINK}/workflows/Continuous%20Integration/badge.svg) Example Containerized Go Development Environment ------------------------------------------------