We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0389eb commit 48e3b9aCopy full SHA for 48e3b9a
.github/workflows/go-test.yml
@@ -25,6 +25,10 @@ on:
25
required: false
26
type: string
27
default: '"macos-latest"'
28
+ os-versions:
29
+ required: false
30
+ type: string
31
+ default: '["ubuntu", "windows", "macos"]'
32
secrets:
33
CODECOV_TOKEN:
34
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
- `env` input support to `go-test` and `go-check` workflows
10
- `CHECKOUT_TOKEN` secret support to `go-test` and `go-check` workflows
11
- custom `runner` configuration to most workflows
12
+- `os-versions` input support to `go-test` workflow
13
14
## [1.0.34] - 2025-09-16
15
### Fixed
0 commit comments