Skip to content

build(deps): bump github.com/deepmap/oapi-codegen from 1.15.0 to 1.16.2 #77

build(deps): bump github.com/deepmap/oapi-codegen from 1.15.0 to 1.16.2

build(deps): bump github.com/deepmap/oapi-codegen from 1.15.0 to 1.16.2 #77

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Run tests
run: |
make test