We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a7708 commit 5cbbcf9Copy full SHA for 5cbbcf9
1 file changed
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- go: ['1.18.x', '1.19.x']
+ go: ['1.19.x', '1.20.x']
18
steps:
19
- uses: actions/checkout@v3
20
@@ -36,7 +36,7 @@ jobs:
36
run: go test -race -v ./...
37
38
- name: Coveralls
39
- if: ${{ startsWith(matrix.go, '1.19') && github.event_name == 'push' }}
+ if: ${{ startsWith(matrix.go, '1.20') && github.event_name == 'push' }}
40
env:
41
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: |
0 commit comments