Skip to content

Commit

Permalink
Test on floating Go versions (#134)
Browse files Browse the repository at this point in the history
- go1.18 / go.19 are EOL
- Bump setup-go from v2 to v5
- Bump checkout from v2 to v4
  • Loading branch information
abg authored Sep 19, 2024
1 parent 73f8318 commit 7a58bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ '1.18', '1.19' ]
version: [ 'oldstable', 'stable' ]
name: Go ${{ matrix.version }}
outputs:
pr_number: ${{ github.event.number }}
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: ./scripts/run-tests.sh
call-dependabot-pr-workflow:
needs: test
Expand Down

0 comments on commit 7a58bb1

Please sign in to comment.