unpin go version in ci (#3773)

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2025-04-01 09:27:15 -04:00 committed by GitHub
parent b948f2e254
commit d033ad7de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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