From 6d427d61277fc654fe21d81f941da41d4bfc3887 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:13:05 +0100 Subject: [PATCH] Update actions/setup-go action to v5 (#90) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c91490..2a0a6f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: # Setup Go - name: 'Setup Go' - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: '1.19'