Skip to content

Commit

Permalink
change swager installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lelle.daniele committed Mar 30, 2024
1 parent f73030d commit ef88b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: go

- name: Swagger - Installation
run: go get -u github.com/swaggo/swag/cmd/swag
run: go install github.com/swaggo/swag/cmd/swag@latest

- name: Swagger - Init
run: ~/go/bin/swag init
Expand Down

0 comments on commit ef88b0f

Please sign in to comment.