Skip to content

fix(deps): update module github.com/deepmap/oapi-codegen to v2 #124

fix(deps): update module github.com/deepmap/oapi-codegen to v2

fix(deps): update module github.com/deepmap/oapi-codegen to v2 #124

Workflow file for this run

name: pull requests
on:
pull_request:
paths:
- '.github/**'
- 'api/**'
- 'cmd/**'
- 'deployments/**'
- 'internal/**'
- 'pkg/**'
- 'scripts/**'
- 'go.*'
- 'Dockerfile'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build .