Skip to content

Commit

Permalink
Try testing Go 1.22-1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Sep 17, 2024
1 parent dd645ab commit de91083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ jobs:
strategy:
matrix:
os: [[🐧, Ubuntu], [🍎, macOS], [🪟, Windows]]
name: ${{ matrix.os[0] }} Test ${{ matrix.os[1] }}
go: ["1.23", "1.22"]
name: ${{ matrix.os[0] }} Test Go ${{ matrix.go }} on ${{ matrix.os[1] }}
runs-on: ${{ matrix.os[1] }}-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with: { submodules: true }
- name: Setup Go
uses: actions/setup-go@v5
with: { go-version-file: go.mod, check-latest: true }
with: { go-version: "${{ matrix.go }}", check-latest: true }
- name: Run Tests
run: make test
lint:
Expand Down

0 comments on commit de91083

Please sign in to comment.