Commit Graph

5 Commits

Author SHA1 Message Date
Renovate Bot
abcd7f5bb8 Update golang Docker tag to v1.22.1 2024-04-01 22:36:30 +00:00
Renovate Bot
42cc1b4f79 Add renovate.json 2024-04-01 21:36:44 +00:00
5a5d8b7909 bump go to 1.22.0; add container setup
use a multistage build so we don't leave the source code on the final artifact.
2024-02-24 21:28:41 -08:00
9c857694ab links in README 2024-02-24 21:07:34 -08:00
7e0c3aacae bootstrap a go application
planning to make this some kind of unhinged microfrontend hotwired mess.

this is basically the setup walked through in "Lets Go", but pared down.

since we plan to ship this in k8s behind nginx and cert-manager, there's no need
to do TLS termination in go.

i like httprouter and alice, so i'm including them here early.

use `go:embed` to get our templates and static assets (neither of which exist
yet) into the binary so we can ship this whole thing to a commodity `go`
container.
2024-02-24 21:07:34 -08:00