Skip to content

Bump github.com/swaggo/swag from 1.16.1 to 1.16.3 #31

Bump github.com/swaggo/swag from 1.16.1 to 1.16.3

Bump github.com/swaggo/swag from 1.16.1 to 1.16.3 #31

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
cache: true
- name: Test
run: go test -v ./...