Skip to content

Commit e0f125a

Browse files
FIX (backend): Fix swaggo version
1 parent 2e57011 commit e0f125a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
3434
3535
- name: Install swag for swagger generation
36-
run: go install github.com/swaggo/swag/cmd/swag@1.16.4
36+
run: go install github.com/swaggo/swag/cmd/swag@v1.16.4
3737

3838
- name: Generate swagger docs
3939
run: |

0 commit comments

Comments
 (0)