Skip to content

Commit

Permalink
Merge pull request #31 from ucpr/dependabot/github_actions/dot-github…
Browse files Browse the repository at this point in the history
…/workflows/actions/setup-go-5.0.0

chore(deps): bump actions/setup-go from 4.1.0 to 5.0.0 in /.github/workflows
  • Loading branch information
ucpr authored Jan 21, 2024
2 parents 79c00a3 + 0fb9bc7 commit 721a134
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 @@ -13,7 +13,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version-file: ./go.mod
cache-dependency-path: ./go.sum
Expand Down

0 comments on commit 721a134

Please sign in to comment.