Skip to content

chore(deps): bump github.com/getkin/kin-openapi from 0.120.0 to 0.121.0 #210

chore(deps): bump github.com/getkin/kin-openapi from 0.120.0 to 0.121.0

chore(deps): bump github.com/getkin/kin-openapi from 0.120.0 to 0.121.0 #210

Workflow file for this run

---
name: Test
"on":
push:
branches-ignore:
# if we're merging into main, the tests already passed in the branch
- main
permissions: read-all
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: arduino/setup-task@v1
- run: task test