Skip to content

Commit

Permalink
Merge pull request #17 from utgwkk/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
utgwkk authored Oct 29, 2024
2 parents 03a48d0 + ae0b61e commit 06a477b
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 @@ -11,7 +11,7 @@ jobs:
name: Test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod
Expand Down

0 comments on commit 06a477b

Please sign in to comment.