From 12ebc00b8aff52c799cc66db1a79ab57d242a8c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:04:10 +0000 Subject: [PATCH] chore(deps): update actions/setup-go to v6.2.0 --- .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 244ffce..f84bf16 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@v5.0.1 - name: 'Setup Go action' - uses: actions/setup-go@v6.1.0 + uses: actions/setup-go@v6.2.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 5993bcf..f6b6d49 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@v5.0.1 - name: 'Setup Go action' - uses: actions/setup-go@v6.1.0 + uses: actions/setup-go@v6.2.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 b97019d..2c2557b 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@v5.0.1 - name: 'Setup Go action' - uses: actions/setup-go@v6.1.0 + uses: actions/setup-go@v6.2.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 118c299..686f52f 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@v5.0.1 - name: 'Setup Go action' - uses: actions/setup-go@v6.1.0 + uses: actions/setup-go@v6.2.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 4ceb2a3..17e3385 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@v5.0.1 - name: 'Setup Go action' - uses: actions/setup-go@v6.1.0 + uses: actions/setup-go@v6.2.0 with: go-version: ${{ inputs.go_version }} - name: 'Install yaml linter'