From 7645949fe07d8e5a56b5215a7e5bf82bba68e8bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:18:19 +0000 Subject: [PATCH] Update actions/setup-go digest to df1a117 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..9ec3c16 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@df1a11710ed378b187f40c71eb3d6c08d82e7108 with: go-version: ${{ env.GO_VERSION }}