From 872782c8075e1b10044f918f494857a2b6ceace0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:05:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-go to v6.5.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 0e22eb3..c2ac707 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.0.3 - name: 'Setup Go action' - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.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 a8ae7bd..20b0874 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.0.3 - name: 'Setup Go action' - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.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 9b22358..4c7f2ee 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.0.3 - name: 'Setup Go action' - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.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 286f2b0..e66374c 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.0.3 - name: 'Setup Go action' - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.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 fbc5cc4..d40b670 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.0.3 - name: 'Setup Go action' - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: ${{ inputs.go_version }} - name: 'Install yaml linter'