Skip to content

Commit

Permalink
Merge pull request #27 new test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored Mar 1, 2023
2 parents fb31f72 + 14c39d9 commit b6206c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ jobs:
strategy:
matrix:
goVersion:
- "1.16"
- "1.17"
- "1.18"
- "1.16" # oldest supported
- "1.18" # first with generic
- "oldstable" # prev go version
- "stable" # latest stable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.goVersion }}

Expand Down Expand Up @@ -50,4 +51,3 @@ jobs:
run: goveralls -coverprofile=covprofile.out -service=github
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b6206c2

Please sign in to comment.