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 2b28544 commit d78c7adCopy full SHA for d78c7ad
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
strategy:
16
matrix:
17
- go: [ '1.20' ]
+ go: [ '1.20','1.21' ]
18
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
19
runs-on: ${{ matrix.os }}
20
steps:
0 commit comments