Skip to content

Commit

Permalink
Try different go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclerc-cio committed Nov 22, 2024
1 parent e8800c3 commit 5f21725
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 @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
go_version: [1.21.x, 1.22.x, 1.23.x]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -24,7 +25,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v5.1.0
with:
go-version: '1.21.13'
go-version: ${{ matrix.go_version }}

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 5f21725

Please sign in to comment.