From d2ceedf2b943830f2eb155fdba563aa56b9b1504 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:01:29 +0000 Subject: [PATCH] Update actions/setup-go action to v4 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f377f64..9f54e38 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Set up Go 1.21 - uses: actions/setup-go@v1 + uses: actions/setup-go@v4 with: go-version: 1.21 id: go