From d5f8289bcd1ec0d08bc36501e2c1b1dbdf557d1b Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Tue, 12 Aug 2025 13:01:31 +0200 Subject: [PATCH] Go: Update Go version in tests to 1.25.0 --- go/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/actions/test/action.yml b/go/actions/test/action.yml index f777535fec1..d64142115f0 100644 --- a/go/actions/test/action.yml +++ b/go/actions/test/action.yml @@ -4,7 +4,7 @@ inputs: go-test-version: description: Which Go version to use for running the tests required: false - default: "~1.24.0" + default: "~1.25.0" run-code-checks: description: Whether to run formatting, code and qhelp generation checks required: false