From aace3cc71f0adf82f2a588b432c8bfbdbceadc92 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Mon, 26 Dec 2022 15:30:55 -0500 Subject: go.mod: upgrade to go 1.19 --- go.mod | 2 +- main.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3