From f40ebbc72d3decf5f152e54d55b4348fdafb32ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:06:25 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 6 to 7 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aws-integration.yaml | 2 +- .github/workflows/ci.yaml | 4 ++-- .github/workflows/emailsender-central-compatibility.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aws-integration.yaml b/.github/workflows/aws-integration.yaml index 1c5d085325..68027d2229 100644 --- a/.github/workflows/aws-integration.yaml +++ b/.github/workflows/aws-integration.yaml @@ -48,7 +48,7 @@ jobs: environment: development steps: - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.26" - name: Check out code into the Go module directory diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ea8886f3d..f5a8b968ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-python@v7 with: python-version: '3.12' - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version: "1.26" - uses: pre-commit/action@v3.0.1 @@ -79,7 +79,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.26" - name: Check out code into the Go module directory diff --git a/.github/workflows/emailsender-central-compatibility.yaml b/.github/workflows/emailsender-central-compatibility.yaml index 9d77d5c0a0..4dbea9ae5c 100644 --- a/.github/workflows/emailsender-central-compatibility.yaml +++ b/.github/workflows/emailsender-central-compatibility.yaml @@ -33,7 +33,7 @@ jobs: environment: development steps: - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: "1.26" - name: Cache go module