Skip to content

Bump github.com/go-openapi/validate from 0.22.4 to 0.22.6 #336

Bump github.com/go-openapi/validate from 0.22.4 to 0.22.6

Bump github.com/go-openapi/validate from 0.22.4 to 0.22.6 #336

Workflow file for this run

name: ci
on: [push, pull_request]
env:
GO111MODULE: on
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.15'
- run: go get -u github.com/go-bindata/go-bindata/...
- run: make
- run: make test