From ecc7d5f82894b6732e30cda5a44a4fc527c3bd3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 19:12:40 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5.5.0 --- .github/workflows/build.yml | 2 +- .github/workflows/go-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c534fa7b..f76046f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v5.5.0 with: go-version: "1.24" diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 2ccb1ffc..2fc46ff1 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v5.4.0 + - uses: actions/setup-go@v5.5.0 with: go-version: '1.24'