From 18d49031f3142ce33452224d50838a7e4ce56561 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:13:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-go to v7 --- .github/workflows/go.build.yml | 2 +- .github/workflows/go.lint.yml | 2 +- .github/workflows/go.list.yml | 2 +- .github/workflows/go.test.yml | 2 +- .github/workflows/repo.push.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.build.yml b/.github/workflows/go.build.yml index 5a0cc36..cde7c2a 100644 --- a/.github/workflows/go.build.yml +++ b/.github/workflows/go.build.yml @@ -27,7 +27,7 @@ jobs: - name: 'Checkout source code' uses: actions/checkout@v6.1.0 - name: 'Setup Go action' - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ inputs.go_version }} - name: 'Go build (matrix)' diff --git a/.github/workflows/go.lint.yml b/.github/workflows/go.lint.yml index 9d3ffd9..e49cd74 100644 --- a/.github/workflows/go.lint.yml +++ b/.github/workflows/go.lint.yml @@ -17,7 +17,7 @@ jobs: - name: 'Checkout source code' uses: actions/checkout@v6.1.0 - name: 'Setup Go action' - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ inputs.go_version }} - name: 'Run linters' diff --git a/.github/workflows/go.list.yml b/.github/workflows/go.list.yml index c68d66a..646071c 100644 --- a/.github/workflows/go.list.yml +++ b/.github/workflows/go.list.yml @@ -14,7 +14,7 @@ jobs: - name: 'Checkout source code' uses: actions/checkout@v6.1.0 - name: 'Setup Go action' - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ inputs.go_version }} - name: 'Go list package' diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index d6f41ca..3da2e20 100644 --- a/.github/workflows/go.test.yml +++ b/.github/workflows/go.test.yml @@ -14,7 +14,7 @@ jobs: - name: 'Checkout source code' uses: actions/checkout@v6.1.0 - name: 'Setup Go action' - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ inputs.go_version }} - name: 'Go test (with coverage)' diff --git a/.github/workflows/repo.push.yml b/.github/workflows/repo.push.yml index 7de42ee..13b9145 100644 --- a/.github/workflows/repo.push.yml +++ b/.github/workflows/repo.push.yml @@ -9,7 +9,7 @@ jobs: - name: 'Checkout source code' uses: actions/checkout@v6.1.0 - name: 'Setup Go action' - uses: actions/setup-go@v6.5.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ inputs.go_version }} - name: 'Install yaml linter'