From 75ca0fda8010f8536797146242f6e9fce636f8af Mon Sep 17 00:00:00 2001 From: "dep-bumper-cd[bot]" <184785746+dep-bumper-cd[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:41:44 +0000 Subject: [PATCH] feat(github-action): update actions/setup-go action to v5.2.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73865b2..a481824 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: - name: Code Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Go environment - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version: stable cache: false # no deps to cache