Skip to content

Commit

Permalink
chore: test on stable and oldstable go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Sep 20, 2023
1 parent 72d2bdc commit 7d6a1cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ on:
- v*
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version:
- stable
- oldstable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version: ${{ matrix.go-version }}
- name: build
run: go build ./...
- name: test
Expand Down

0 comments on commit 7d6a1cb

Please sign in to comment.