From f36f4beaa960923159373700ce1d3d1df8e8f0f0 Mon Sep 17 00:00:00 2001 From: Benjamin Lindner <50365642+lindnerby@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:09:30 +0200 Subject: [PATCH] chore: Bump missing go setup action (#1916) --- .github/actions/setup-tools/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-tools/action.yaml b/.github/actions/setup-tools/action.yaml index f9ed2a9a2c..03a989bdfd 100644 --- a/.github/actions/setup-tools/action.yaml +++ b/.github/actions/setup-tools/action.yaml @@ -30,7 +30,7 @@ runs: - uses: ./lifecycle-manager/.github/actions/install-k3d with: k3d_version: ${{ inputs.k3d_version }} - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version-file: ${{ inputs.go-version-file }} cache-dependency-path: ${{ inputs.cache-dependency-path }}