aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-08-13 18:33:15 +0100
committerAKP <tom@tdpain.net>2022-08-13 18:33:27 +0100
commite28230f213ce0b87db5e8ffbfa75d586aa964802 (patch)
treec41a0368719740fc567eb6229dc414d34cdcce5a /go.mod
parente0f725dd0d00474c3cb9e5e24faf798ca186e9ee (diff)
Fix Dockerfile
Introducing the CGO-ish SQLite broke things. Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f73434b..773c7ff 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/codemicro/walrss
-go 1.18
+go 1.19
require (
github.com/bwmarrin/go-alone v0.0.0-20190806015146-742bb55d1631