Update Go version in tests to 1.26.0

This commit is contained in:
Jeroen Ketema
2026-01-12 13:24:07 +01:00
committed by Owen Mansel-Chan
parent 8955fd0bf4
commit e00e3a87ff
3 changed files with 4 additions and 4 deletions

View File

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