From b460fa8c82f1d0ab99e4db0fd651df882f754bd0 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 2 Aug 2022 17:11:06 +0000 Subject: [PATCH] chore(deps): update module go to 1.18 (#1225) Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1225 Co-authored-by: renovate Co-committed-by: renovate --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5c5f94dd41f..5ec8f10d63c 100644 --- a/go.mod +++ b/go.mod @@ -156,4 +156,4 @@ replace ( gopkg.in/fsnotify.v1 => github.com/kolaente/fsnotify v1.4.10-0.20200411160148-1bc3c8ff4048 // See https://github.com/fsnotify/fsnotify/issues/328 and https://github.com/golang/go/issues/26904 ) -go 1.17 +go 1.19