From 7205b9c0c273b0d2af1010217e7d5580bf427135 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:59:44 +0000 Subject: [PATCH] Update actions/setup-go digest to b26d402 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 73978c7..21a0f1c 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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 + uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d with: go-version: ${{ env.GO_VERSION }}