Git template for a go webserver with git actions to build a docker image
Go to file Use this template
Nathan Woodburn 9a1df327b4
All checks were successful
Build Docker / BuildSite (push) Successful in 32s
fix: Make lowercase container name
2024-06-22 17:40:36 +10:00
.gitea/workflows fix: Make lowercase container name 2024-06-22 17:40:36 +10:00
templates feat: Add env to go template 2024-06-19 22:41:15 +10:00
.env.example feat: Add env to go template 2024-06-19 22:41:15 +10:00
.gitignore feat: Add env to go template 2024-06-19 22:41:15 +10:00
Dockerfile fix: Update the version on the dockerfile to use the correct version 2024-06-20 21:18:56 +10:00
go.mod feat: Add env to go template 2024-06-19 22:41:15 +10:00
go.sum feat: Add env to go template 2024-06-19 22:41:15 +10:00
main.go feat: Add env to go template 2024-06-19 22:41:15 +10:00
README.md Initial commit 2024-06-17 14:38:22 +10:00

Go Webserver template