From dd7ad632931d2e8bed5969c4608b7668c4cd118d Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:31:02 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/setup-go | v6.5.0 | v7.0.0 | --- .github/workflows/goreleaser.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- .github/workflows/terratest.yaml | 4 ++-- .github/workflows/tests.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 16ca131b..f0def3a2 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -24,7 +24,7 @@ jobs: run: git fetch --force --tags - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: "${{ env.GO_VERSION }}" cache-dependency-path: "**/*.sum" diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index b138dc18..9f832334 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -100,7 +100,7 @@ jobs: terraform-docs --version - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/terratest.yaml b/.github/workflows/terratest.yaml index e70c8c58..e9100294 100644 --- a/.github/workflows/terratest.yaml +++ b/.github/workflows/terratest.yaml @@ -136,7 +136,7 @@ jobs: echo "::add-mask::${AWS_ACCOUNT_ID}" - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: ${{ env.GO_VERSION }} check-latest: true @@ -203,7 +203,7 @@ jobs: echo "::add-mask::${AWS_ACCOUNT_ID}" - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: ${{ env.GO_VERSION }} check-latest: true diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a9078acd..b0c13a52 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: ${{ env.GO_VERSION }} check-latest: true