Skip to content

Commit

Permalink
Test with stable go version
Browse files Browse the repository at this point in the history
  • Loading branch information
frozzare committed May 2, 2024
1 parent 9ac733e commit c244385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
test:
strategy:
matrix:
go-version: [1.12.x, 1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/[email protected]
with:
go-version: ${{ matrix.go-version }}
go-version: 'stable'
check-latest: true
- name: Checkout code
uses: actions/checkout@v3
- name: Test
Expand Down

0 comments on commit c244385

Please sign in to comment.