Skip to content

Commit

Permalink
Merge pull request #18 from ydnar/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5.0.0

build(deps): bump actions/setup-go from 4.1.0 to 5.0.0
  • Loading branch information
ydnar authored Jan 14, 2024
2 parents e4dad4e + 8180ada commit b5b0a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5.0.0
with:
go-version-file: go.mod
check-latest: true
Expand Down

0 comments on commit b5b0a11

Please sign in to comment.