Skip to content

Bump github.com/go-openapi/swag from 0.23.1 to 0.24.1 #290

Bump github.com/go-openapi/swag from 0.23.1 to 0.24.1

Bump github.com/go-openapi/swag from 0.23.1 to 0.24.1 #290

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
run-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run test
run: make test