diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a78c314cb..19d7118ec 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -61,7 +61,7 @@ jobs: if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4 - - uses: WillAbides/setup-go-faster@v1.11.0 + - uses: WillAbides/setup-go-faster@v1.12.0 with: go-version: ${{ env.GOVER }} @@ -92,7 +92,7 @@ jobs: if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4 - - uses: WillAbides/setup-go-faster@v1.11.0 + - uses: WillAbides/setup-go-faster@v1.12.0 with: go-version: ${{ env.GOVER }} @@ -107,7 +107,7 @@ jobs: if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v') steps: - uses: actions/checkout@v4 - - uses: WillAbides/setup-go-faster@v1.11.0 + - uses: WillAbides/setup-go-faster@v1.12.0 with: go-version: ${{ env.GOVER }} @@ -423,7 +423,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: WillAbides/setup-go-faster@v1.11.0 + - uses: WillAbides/setup-go-faster@v1.12.0 with: go-version: ${{ env.GOVER }} - uses: actions/download-artifact@v3 @@ -485,7 +485,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: WillAbides/setup-go-faster@v1.11.0 + uses: WillAbides/setup-go-faster@v1.12.0 with: go-version: ${{ env.GOVER }}