From e4689e4ef1658dd7334b8e903c1e391e3034fa59 Mon Sep 17 00:00:00 2001 From: "mogenius-renovate-bot[bot]" <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:11:25 +0000 Subject: [PATCH] fix(deps): update actions/setup-go action to v7 Signed-off-by: mogenius-renovate-bot[bot] <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> --- .github/workflows/go-build.yml | 2 +- .github/workflows/go-test.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 089c012..a839ae5 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 4ceb31d..80720a2 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 7f190c3..eefafa4 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum