Skip to content

Commit

Permalink
use newer swag in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Aug 6, 2023
1 parent c1b3b76 commit a33876d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_swagger-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go-version-file: 'go.mod'

- name: install swag
run: go install github.com/swaggo/swag/cmd/swag@v1.8.12
run: go install github.com/swaggo/swag/cmd/swag@v1.16.1

- name: check
run: make swagger-check

0 comments on commit a33876d

Please sign in to comment.