We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790d1f commit ca796b0Copy full SHA for ca796b0
1 file changed
go/actions/test/action.yml
@@ -4,7 +4,7 @@ inputs:
4
go-test-version:
5
description: Which Go version to use for running the tests
6
required: false
7
- default: ~1.22.0
+ default: "~1.23.0"
8
run-code-checks:
9
description: Whether to run formatting, code and qhelp generation checks
10
0 commit comments