Skip to content

Commit

Permalink
Merge pull request #67 from axivo/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
fmunteanu authored May 24, 2024
2 parents a80827c + 8ec9642 commit bc4d400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache: false
go-version: 1.22.2
Expand Down

0 comments on commit bc4d400

Please sign in to comment.