Skip to content

CLOUD-727: Bump github.com/go-openapi/swag from 0.25.4 to 0.25.5 #5195

CLOUD-727: Bump github.com/go-openapi/swag from 0.25.4 to 0.25.5

CLOUD-727: Bump github.com/go-openapi/swag from 0.25.4 to 0.25.5 #5195

Workflow file for this run

name: Run tests
permissions:
contents: read
pull-requests: write
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: run tests
run: make test