From 4cf1999a46ecd8d9008878b8cb54ae01b3db3b97 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 11 Aug 2025 04:59:30 +0000 Subject: [PATCH] Updates go mod version to 1.24.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4914894e..3367a677 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/paketo-buildpacks/dotnet-core-sdk -go 1.24.5 +go 1.24.6 require ( github.com/BurntSushi/toml v1.4.0