diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-12-26 15:30:55 -0500 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-12-26 15:30:55 -0500 |
commit | aace3cc71f0adf82f2a588b432c8bfbdbceadc92 (patch) | |
tree | d23534d72f6376d8113e18d6ae847bca11132981 | |
parent | eb6114ce8c8f1ed67179fb601e6344df3c1bf85e (diff) |
go.mod: upgrade to go 1.19
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | main.go | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,3 @@ module ricketyspace.net/peach -go 1.18 +go 1.19 @@ -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 |