Skip to content

Commit

Permalink
Merge pull request #11 from GiganticMinecraft/renovate/actions-setup-…
Browse files Browse the repository at this point in the history
…go-5.x

chore(deps): update actions/setup-go action to v5
  • Loading branch information
outductor authored Jan 3, 2024
2 parents 29def90 + ab70fb1 commit 74dc98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit 74dc98d

Please sign in to comment.