summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-12-26 15:30:55 -0500
committersiddharth ravikumar <s@ricketyspace.net>2022-12-26 15:30:55 -0500
commitaace3cc71f0adf82f2a588b432c8bfbdbceadc92 (patch)
treed23534d72f6376d8113e18d6ae847bca11132981
parenteb6114ce8c8f1ed67179fb601e6344df3c1bf85e (diff)
go.mod: upgrade to go 1.19
-rw-r--r--go.mod2
-rw-r--r--main.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c27135e..f3a691d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module ricketyspace.net/peach
-go 1.18
+go 1.19
diff --git a/main.go b/main.go
index d1eb88a..fe37cad 100644
--- a/main.go
+++ b/main.go
@@ -25,6 +25,7 @@ var peachPort = flag.Int("p", 8151, "Port to run peach on")
var peachAddr = ""
// Holds static content.
+//
//go:embed templates static/peach.min.css
//go:embed static/font/roboto-flex.ttf
//go:embed static/logo/peach-*.png