From b98352a244aa9946eee5772976b56da6605baa1a Mon Sep 17 00:00:00 2001 From: Seonjun <42478662+seonjunmoon@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:19:55 -0800 Subject: [PATCH] Update Go version to 1.24.11 The outdated go version throws an error when running Makefile. Could anyone please take a look and merge this if needed? Thanks! --- npi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npi/Makefile b/npi/Makefile index 191f08f..b19e905 100644 --- a/npi/Makefile +++ b/npi/Makefile @@ -13,7 +13,7 @@ # limitations under the License. GCSFUSE_VERSION ?= v3.4.0 -GO_VERSION=1.24.5 +GO_VERSION=1.24.11 UBUNTU_VERSION=24.04 REGISTRY=us-docker.pkg.dev PROJECT=gcs-fuse-test