Skip to content

Commit

Permalink
Merge pull request #3 from steadybit/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-4

build(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
ReuDa authored Oct 11, 2023
2 parents 0101a48 + 4c4af95 commit e6ca7a6
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 @@ -25,7 +25,7 @@ jobs:
with:
# increased fetch depth to support git diff
fetch-depth: 2
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.18.0'
- run: go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2cf7fcf5b26d1a4362e7c300bd65c20f4f6c4298
Expand Down

0 comments on commit e6ca7a6

Please sign in to comment.