Skip to content

Bump github.com/getkin/kin-openapi from 0.123.0 to 0.125.0 #147

Bump github.com/getkin/kin-openapi from 0.123.0 to 0.125.0

Bump github.com/getkin/kin-openapi from 0.123.0 to 0.125.0 #147

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.20'
- uses: golangci/golangci-lint-action@v6
with:
version: v1.51.2
args: "--out-${NO_FUTURE}format colored-line-number"
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.20'
- run: go test -v ./...