Browse Source

Test against Go 1.17 and drop 1.15 from the tests

pull/1508/head
Gabe Kangas 4 years ago
parent
commit
fdc381c738
  1. 2
      .github/workflows/test.yaml

2
.github/workflows/test.yaml

@ -5,7 +5,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.15.x, 1.16.x] go-version: [1.16.x, 1.17.x]
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

Loading…
Cancel
Save