We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2bab7 commit 8ad9d24Copy full SHA for 8ad9d24
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
test:
6
strategy:
7
matrix:
8
- go: [ 1.19, 1.18, 1.17, 1.16 ]
+ go: [ 1.20, 1.19, 1.18, 1.17, 1.16 ]
9
os: [ ubuntu-22.04, ubuntu-20.04 ]
10
name: Tests Go ${{ matrix.go }} # This name is used in main branch protection rules
11
runs-on: ${{ matrix.os }}
0 commit comments