Skip to content

Commit

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

build(deps): bump actions/setup-go from 4.0.1 to 4.1.0
  • Loading branch information
ntnn committed Sep 8, 2023
2 parents 3855f73 + 65d80ae commit 38339db
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@v4
- name: Set up Go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version-file: 'go.mod'
- run: go mod tidy -v
Expand Down

0 comments on commit 38339db

Please sign in to comment.