From c3287c85fc754263c494aa38ebe2642542450cf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:58:33 +0000 Subject: [PATCH] chore(deps): update golang version to v1.26.4 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0f77451e..daed2e2a 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/newrelic/infrastructure-bundle/builder -go 1.24.0 - -toolchain go1.24.12 +go 1.26.4 require ( github.com/google/go-github/v82 v82.0.0