Browse Source

Test workflow: test against supported go versions

pull/75/head
j.r 3 years ago committed by Linus
parent
commit
61b274d3df
  1. 2
      .github/workflows/test.yml

2
.github/workflows/test.yml

@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:

Loading…
Cancel
Save