Skip to content

Commit 5cbbcf9

Browse files
committed
Migrate GitHub Action to Go 1.20
1 parent d2a7708 commit 5cbbcf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go: ['1.18.x', '1.19.x']
17+
go: ['1.19.x', '1.20.x']
1818
steps:
1919
- uses: actions/checkout@v3
2020

@@ -36,7 +36,7 @@ jobs:
3636
run: go test -race -v ./...
3737

3838
- name: Coveralls
39-
if: ${{ startsWith(matrix.go, '1.19') && github.event_name == 'push' }}
39+
if: ${{ startsWith(matrix.go, '1.20') && github.event_name == 'push' }}
4040
env:
4141
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |

0 commit comments

Comments
 (0)