From 354a94501e31dcb755ab1aec91e64b5757447a6c Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Tue, 10 Sep 2024 16:01:32 +1200 Subject: [PATCH] bump go version 1.22.7 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 23f03c7..d36b79c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/portainer/compose-unpacker -go 1.22.6 +go 1.22.7 require ( github.com/alecthomas/kong v0.6.1