Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 #293

chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2

chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 #293

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
go-build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
env:
GO111MODULE: off
with:
go-version: 1.25
id: go
- name: Checkout Repository
uses: actions/checkout@v4
- run: make build
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- run: make docker-build