Skip to content

Commit

Permalink
Merge pull request #71 from SAP/dependabot/github_actions/actions/set…
Browse files Browse the repository at this point in the history
…up-go-4.0.1

build(deps): bump actions/setup-go from 4.0.0 to 4.0.1
  • Loading branch information
ntnn committed May 15, 2023
2 parents 0afb096 + 417e029 commit bfaa15f
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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v4.0.1
with:
go-version-file: 'go.mod'
- run: go mod tidy -v
Expand Down

0 comments on commit bfaa15f

Please sign in to comment.