From 56d221560e1316e774c4c87b90f063db83db2a87 Mon Sep 17 00:00:00 2001 From: Mike Brown Date: Tue, 28 Apr 2026 13:55:10 -0500 Subject: [PATCH] upgrade to latest golang toolchain Signed-off-by: Mike Brown --- .github/actions/install-go/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-go/action.yml b/.github/actions/install-go/action.yml index d3311aac..dd7790a5 100644 --- a/.github/actions/install-go/action.yml +++ b/.github/actions/install-go/action.yml @@ -3,7 +3,7 @@ description: "Reusable action to install Go, so there is one place to bump Go ve inputs: go-version: required: true - default: "1.24.3" + default: "1.26.2" description: "Go version to install" runs: