Skip to content

Commit

Permalink
chore: Bump missing go setup action (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindnerby authored Oct 2, 2024
1 parent af1b2a8 commit f36f4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f36f4be

Please sign in to comment.