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 825bccc commit 20b8f47Copy full SHA for 20b8f47
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Test for Golang ${{ matrix.go-version }} on ${{ matrix.platform }}
11
strategy:
12
matrix:
13
- go-version: [ 1.18.x, 1.19.x ]
+ go-version: [ 1.18.x, 1.19.x, 1.20.x ]
14
platform: [ ubuntu-latest ]
15
runs-on: ${{ matrix.platform }}
16
steps:
0 commit comments