We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50cdcb commit 536fb5bCopy full SHA for 536fb5b
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
# strategy is used to allow us to pin to a specific Go version, or use the version available in our `go.mod`
12
strategy: ['go-version']
13
- version: [1.21]
+ version: ['1.20',1.21]
14
include:
15
# pick up the Go version from the `go.mod`
16
- strategy: 'go-version-file'
0 commit comments