Skip to content

Chore: (deps): bump github.com/go-openapi/spec from 0.20.6 to 0.21.0 #274

Chore: (deps): bump github.com/go-openapi/spec from 0.20.6 to 0.21.0

Chore: (deps): bump github.com/go-openapi/spec from 0.20.6 to 0.21.0 #274

Workflow file for this run

name: build-and-test-darwin
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build-and-test:
runs-on: macos-12
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go version
- run: go env
- run: go test ./...
- run: go build