Skip to content

Commit

Permalink
Merge pull request #69 from kubevirt/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

chore(deps): Bump actions/setup-go from 2 to 5
  • Loading branch information
kubevirt-bot authored Dec 11, 2023
2 parents ec5681c + e01f92d commit db02d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Install Golang 1.19
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.19'

Expand Down

0 comments on commit db02d5b

Please sign in to comment.