From a3f371b9512703cc698245afcc3150d678ad3618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 07:00:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.3.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 529874f..21cb16f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v6.0.2 with: fetch-depth: 2 - - uses: actions/setup-go@v6.2.0 + - uses: actions/setup-go@v6.3.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.2 - - uses: actions/setup-go@v6.2.0 + - uses: actions/setup-go@v6.3.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 e1b6438..395525c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Set up Go - uses: actions/setup-go@v6.2.0 + uses: actions/setup-go@v6.3.0 with: go-version: '1.26'