Skip to content

Commit

Permalink
Use Go 1.22 in GitHub Actions
Browse files Browse the repository at this point in the history
Use latest Go version `1.22` for any Go related GitHub Action.
  • Loading branch information
HeavyWombat committed Jul 29, 2024
1 parent 3a69716 commit 962f2e7
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 962f2e7

Please sign in to comment.