From 8e8d2013da196f4713d0044b5c5ae964eb8c4cb9 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Thu, 24 Oct 2024 11:46:15 +1300 Subject: [PATCH] golang 1.23.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b8b36c5..16e1975 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/portainer/portainer-updater -go 1.22.7 +go 1.23.2 require ( github.com/Masterminds/semver v1.5.0