Skip to content

Commit

Permalink
Merge pull request #16 from HeavyWombat/use/go-1.22-in-actions
Browse files Browse the repository at this point in the history
Use Go `1.22` in GitHub Actions
  • Loading branch information
openshift-merge-bot[bot] authored Dec 16, 2024
2 parents 3a69716 + 962f2e7 commit c16dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# installing go and ko, both action dependencies
- uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: 1.22.x
- uses: imjasonh/[email protected]

# checking out the project code on the current workspace
Expand Down

0 comments on commit c16dac6

Please sign in to comment.