From 02352841dc97612afd0d8b6f2a7c8588040d421b Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 1 Feb 2023 19:01:11 +0000 Subject: [PATCH] chore(deps): update module go to 1.20 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 326ebf7bdc..de95ae2d34 100644 --- a/go.mod +++ b/go.mod @@ -154,4 +154,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.19 +go 1.20