Go: Update Go version in tests to 1.25.0

This commit is contained in:
Jeroen Ketema
2025-08-12 13:01:31 +02:00
parent 653a99779e
commit d5f8289bcd

View File

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