From 0f461451caa457d2baaa5dda9e91ac4c184915ca Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 12 Aug 2024 04:54:08 +0000 Subject: [PATCH] Updates go mod version to 1.22.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 28b8fbe5..d24b6817 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/paketo-buildpacks/npm-install -go 1.22.5 +go 1.22.6 require ( github.com/BurntSushi/toml v1.4.0