From 0835378816ca9e141f22369d89f6604b72e8f0f6 Mon Sep 17 00:00:00 2001 From: Mark Penny Date: Thu, 18 Dec 2025 11:49:50 -0500 Subject: [PATCH] Exclude the patch number from go.mod --- src/glb-healthcheck/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glb-healthcheck/go.mod b/src/glb-healthcheck/go.mod index df9f08d..ac93289 100644 --- a/src/glb-healthcheck/go.mod +++ b/src/glb-healthcheck/go.mod @@ -1,6 +1,6 @@ module github.com/github/glb-director/src/glb-healthcheck -go 1.24.5 +go 1.24 require ( github.com/docopt/docopt-go v0.0.0-20160216232012-784ddc588536