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 from 2.5.1 to 2.6.0 #282

chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 from 2.5.1 to 2.6.0

chore(deps): bump github.com/oapi-codegen/oapi-codegen/v2 from 2.5.1 to 2.6.0 #282

Workflow file for this run

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