Skip to content

Commit

Permalink
github workflow: run tests against go1.19, go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthpai committed Apr 25, 2023
1 parent 06744d2 commit b55ae73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.20.x
- name: Checkout code
uses: actions/checkout@v2
- name: Run unit tests with coverage
Expand Down

0 comments on commit b55ae73

Please sign in to comment.