diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 769dd3f..b2c9607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: go.mod cache: true @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: go.mod cache: true @@ -119,7 +119,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 # GoReleaser needs full history/tags for versioning - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: go.mod # No build cache: this job uploads artifacts, so a shared cache is a diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8567291..7c99696 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -386,7 +386,7 @@ jobs: echo "All E2E harness files passed Bash syntax validation." - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: go.mod cache: false diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 287e05f..3904b84 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,7 +23,7 @@ jobs: persist-credentials: false ref: ${{ github.event.pull_request.head.sha || github.sha }} - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: go.mod # setup-go caches by default; disable it here because this workflow diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ba3e65..61e7441 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false fetch-depth: 0 # GoReleaser needs full history/tags for versioning - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: go.mod # No build cache in the release job: it publishes artifacts, so a