Skip to content

Commit

Permalink
Merge pull request #98 from elliotwutingfeng/renovate/actions-setup-g…
Browse files Browse the repository at this point in the history
…o-5.x

chore(deps): update actions/setup-go action to v5
  • Loading branch information
elliotwutingfeng authored Dec 6, 2023
2 parents c0ebee7 + a2ca41b commit 9393aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0 # to support `git describe`
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: Test
Expand Down

0 comments on commit 9393aeb

Please sign in to comment.