Skip to content

Commit

Permalink
Update setup-faster version
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Sep 20, 2023
1 parent 214f23d commit 196f342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17, 21]
go-version: ['1.17.x', '1.21.x']
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v2
- uses: WillAbides/setup-go-faster@v1.5.0
- uses: WillAbides/setup-go-faster@v1.8.0
id: setup-go-faster
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -39,4 +39,4 @@ jobs:
GOROOT: ${{steps.setup-go-faster.outputs.GOROOT}}
with:
path-to-profile: coverage.out
if: ${{ runner.os == 'Linux' && matrix.go-version == '1.17' && github.event_name == 'push' }}
if: ${{ runner.os == 'Linux' && matrix.go-version == '1.17.x' && github.event_name == 'push' }}

0 comments on commit 196f342

Please sign in to comment.