From 5a5a0b178d0349d189ec02f22868750d88fd5bfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 01:50:20 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5.0.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54d4961..a83052a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Install Go - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v5.0.1 with: go-version: ${{ matrix.go-version }} - name: Checkout code