From 5c708e92f9871f40790162b5e2656692ebd73ce9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:37:03 +0000 Subject: [PATCH] Update actions/setup-go digest to 3d10edb Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/go-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index 7d267c6..88f0e63 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Go - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 + uses: actions/setup-go@3d10edb4c2d9ac9923e94a5ec73fa063078e9234 with: go-version: ${{ env.GO_VERSION }}