Skip to content

Commit b55ae73

Browse files
committed
github workflow: run tests against go1.19, go1.20
1 parent 06744d2 commit b55ae73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.13.x, 1.14.x]
7+
go-version: [1.19.x, 1.20.x]
88
os: [ubuntu-latest, macos-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Go
2424
uses: actions/setup-go@v2
2525
with:
26-
go-version: 1.14.x
26+
go-version: 1.20.x
2727
- name: Checkout code
2828
uses: actions/checkout@v2
2929
- name: Run unit tests with coverage

0 commit comments

Comments
 (0)