From 4664d0d8a35cf45250df533eeae8b92c28e74562 Mon Sep 17 00:00:00 2001 From: postmannen Date: Tue, 11 Apr 2023 09:30:23 +0200 Subject: [PATCH] go.mod required go version 1.20 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2c00f41..578b2dc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/RaaLabs/steward -go 1.18 +go 1.20 require ( github.com/fsnotify/fsnotify v1.6.0