From d1395cd7ec9128b412478edbfe4f2cae72714e2b Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 7 Jul 2026 23:15:55 +0000 Subject: [PATCH] update to go 1.26.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 99bdecd..9c07818 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module proxmoxaas-fabric -go 1.26.4 +go 1.26.5 require ( github.com/gin-gonic/gin v1.12.0