Skip to content

Commit

Permalink
Merge pull request #37 from yassinebenaid/run-tests-on-multiple-go-ve…
Browse files Browse the repository at this point in the history
…rsions

run tests with multiple go versions
  • Loading branch information
yassinebenaid authored Jun 26, 2024
2 parents af4b8d5 + 5d49ab5 commit 77406bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [1.21, 1.22]
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: ${{ matrix.go-version }}
cache: false

- name: Test
Expand Down

0 comments on commit 77406bd

Please sign in to comment.