From 196f342edb07a319043c43908e35ce52d455c235 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Wed, 20 Sep 2023 21:51:50 +0100 Subject: [PATCH] Update setup-faster version --- .github/workflows/platform_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/platform_tests.yml b/.github/workflows/platform_tests.yml index 7dcf1ea1..269c84d2 100644 --- a/.github/workflows/platform_tests.yml +++ b/.github/workflows/platform_tests.yml @@ -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 }} @@ -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' }}