We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828f985 commit f37cbc9Copy full SHA for f37cbc9
1 file changed
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest]
9
- go: [1.16, 1.17, 1.18]
+ go: [1.16, 1.17, 1.18, 1.19, '1.20']
10
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
11
runs-on: ${{ matrix.os }}
12
0 commit comments