Skip to content

Commit

Permalink
Merge pull request #622 from metal3-io/dependabot/github_actions/main…
Browse files Browse the repository at this point in the history
…/actions/setup-go-5.3.0

🌱 Bump actions/setup-go from 5.0.1 to 5.3.0
  • Loading branch information
metal3-io-bot authored Feb 11, 2025
2 parents e4e6c2f + 2041e38 commit 1a5d36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/irso-functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: vars
run: echo "go_version=$(make -sC ironic-standalone-operator go-version)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ${{ steps.vars.outputs.go_version }}
- name: Create a Kind cluster
Expand Down

0 comments on commit 1a5d36b

Please sign in to comment.