From 89c92b7834cd69d5b506ced77a69a546d0ef0dd9 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Thu, 22 Aug 2024 16:17:28 +1200 Subject: [PATCH] updating go directive --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 301d948cf..19ed163bd 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/portainer/portainer -go 1.22 - -toolchain go1.22.5 +go 1.22.5 require ( github.com/Masterminds/semver v1.5.0