From 9be3b205374f16dfa6d82e25b9ca53e40f0ff7b5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:33:06 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v7 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/go-ci.yaml | 4 ++-- .github/workflows/mpc-test.yaml | 2 +- .github/workflows/test-e2e.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index ec76346da..6257e9a88 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -16,7 +16,7 @@ jobs: - name: Check out code uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version-file: './go.mod' - name: Determine golang-ci version @@ -41,7 +41,7 @@ jobs: - name: Check out code uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version-file: './go.mod' - name: Check go mod status diff --git a/.github/workflows/mpc-test.yaml b/.github/workflows/mpc-test.yaml index 2462a9a04..fd6ff1ce4 100644 --- a/.github/workflows/mpc-test.yaml +++ b/.github/workflows/mpc-test.yaml @@ -33,7 +33,7 @@ jobs: - name: Check out code uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version-file: "./go.mod" - name: Build diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 486923aff..ee8f0a1b0 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -64,7 +64,7 @@ jobs: aws sts get-caller-identity - name: Setup Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version-file: go.mod