diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd6f9cc..c082a99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: setup-go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: go.mod - name: make test diff --git a/.github/workflows/upgrade-go-version.yaml b/.github/workflows/upgrade-go-version.yaml index fb72d0f..44b22d2 100644 --- a/.github/workflows/upgrade-go-version.yaml +++ b/.github/workflows/upgrade-go-version.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: ${{ github.event.inputs.go-toolchain-version }} - name: go get all