diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 12bd73c..22c1d9d 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -41,7 +41,7 @@ jobs: TAG: ${{ inputs.tag }} run: test "$(git describe --tags --exact-match)" = "$TAG" - name: Setup Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: ${{ env.WORKSPACE }}/go.mod cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d2bf11..40bc697 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: TAG: ${{ needs.tagpr.outputs.tag }} run: test "$(git describe --tags --exact-match)" = "$TAG" - name: Setup Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.mod cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e73bf07..1cd5d91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version: ${{ matrix.go }}