Go: Use 1.23 in tests

This commit is contained in:
Michael B. Gale
2024-07-24 11:19:42 +01:00
parent d790d1ff08
commit ca796b0383

View File

@@ -4,7 +4,7 @@ inputs:
go-test-version:
description: Which Go version to use for running the tests
required: false
default: ~1.22.0
default: "~1.23.0"
run-code-checks:
description: Whether to run formatting, code and qhelp generation checks
required: false