Skip to content

fix(deps): update go-openapi packages #84

fix(deps): update go-openapi packages

fix(deps): update go-openapi packages #84

Workflow file for this run

name: build
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v2
with:
stable: true
- name: Download go modules
run: go mod download
- name: Go build
run: go build -o /dev/null ./...