Updated Templating
Some checks failed
Continuous Integration / CI (push) Has been cancelled

This commit is contained in:
sjc
2025-05-06 21:27:36 -04:00
parent cb3420ca81
commit 9ace2d8bbc
3 changed files with 4 additions and 2 deletions

2
.gitea/template Normal file
View File

@@ -0,0 +1,2 @@
# Readme
README.md

View File

@@ -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

View File

@@ -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
------------------------------------------------