1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00

go.mod required go version 1.20

This commit is contained in:
postmannen 2023-04-11 09:30:23 +02:00
parent d6335dd3b2
commit 4664d0d8a3

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/RaaLabs/steward
go 1.18
go 1.20
require (
github.com/fsnotify/fsnotify v1.6.0