1
0
mirror of https://github.com/go-task/task.git synced 2025-01-06 03:53:54 +02:00

TEMP: test on release candidate

This commit is contained in:
Pete Davison 2024-12-29 16:43:16 +00:00
parent a75eec9429
commit 84a2e97fa7
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
name: Lint
strategy:
matrix:
go-version: [1.23.x, 1.24.x]
go-version: [1.23.x, 1.24.0-rc.1]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5

View File

@ -13,7 +13,7 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.23.x, 1.24.x]
go-version: [1.23.x, 1.24.0-rc.1]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.platform}}
steps: