From ba0d63f3ce119f8fe3e0b53b6165fd974ec8467b Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Sun, 27 Apr 2025 19:55:51 +0000 Subject: [PATCH] Avoid using minor version with golang unless specifically needed Signed-off-by: Prabhjot Singh Sethi --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5e5ab3e..bda355a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Prabhjot-Sethi/core -go 1.24.2 +go 1.24 require github.com/google/go-cmp v0.7.0 // indirect