Skip to content

build(deps): bump github.com/getkin/kin-openapi from 0.124.0 to 0.126.0 in /backend #1019

build(deps): bump github.com/getkin/kin-openapi from 0.124.0 to 0.126.0 in /backend

build(deps): bump github.com/getkin/kin-openapi from 0.124.0 to 0.126.0 in /backend #1019

Workflow file for this run

name: Build Backend
on:
pull_request:
paths:
- 'backend/cmd/**'
- 'backend/pkg/**'
- 'backend/tools/**'
- 'backend/test/**'
- 'backend/go.mod'
- 'backend/go.sum'
- 'updaters/**'
- '.github/**'
- Makefile
jobs:
build:
name: Lint & Build
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.21
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: 1.21.x
id: go
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build, Lint & Check
run: |
make all ci
working-directory: backend