From 8c2a0deff4db026f9e034a859c0e0870cf853aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:19:57 -0700 Subject: [PATCH] Bump actions/setup-go from 5.0.2 to 5.1.0 (#100) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 26fd579..7766c43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Setup Golang Environment - uses: actions/setup-go@v5.0.2 + uses: actions/setup-go@v5.1.0 with: go-version: stable