From eb871762b34bd0b69c4dd37139263d3f40cd6160 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:10:15 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.5.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/go.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a373ec5..0d9ac4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v6.0.3 with: fetch-depth: 2 - - uses: actions/setup-go@v6.4.0 + - uses: actions/setup-go@v6.5.0 with: go-version: '1.26' - name: Run coverage @@ -42,7 +42,7 @@ jobs: --add-host=host.docker.internal:host-gateway steps: - uses: actions/checkout@v6.0.3 - - uses: actions/setup-go@v6.4.0 + - uses: actions/setup-go@v6.5.0 with: go-version: '1.26' - name: Wait for Vault to be ready diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 84d9952..75c9324 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6.0.3 - name: Set up Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version: '1.26'