From d033ad7de602c23b24a742d82e3125896544b747 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Tue, 1 Apr 2025 09:27:15 -0400 Subject: [PATCH] unpin go version in ci (#3773) Signed-off-by: Alex Goodman --- .github/actions/bootstrap/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bootstrap/action.yaml b/.github/actions/bootstrap/action.yaml index a805378ac..dcce4a9ee 100644 --- a/.github/actions/bootstrap/action.yaml +++ b/.github/actions/bootstrap/action.yaml @@ -5,7 +5,7 @@ inputs: go-version: description: "Go version to install" required: true - default: "1.24.x" + default: ">= 1.24" go-dependencies: description: "Download go dependencies" required: true