Skip to content

Commit

Permalink
Test against 1.16, 1.17 and 1.18-beta2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Jones committed Feb 16, 2022
1 parent 6a42fcb commit 5705423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x, 1.17.x, 1.18.0-beta2]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
stable: "false"
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 5705423

Please sign in to comment.