Skip to content

Commit 86b6633

Browse files
authored
Pin swag to 1.6.7 (#4694)
1 parent f398bea commit 86b6633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bk-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ go env
3434

3535
# Need to install swag in both cases
3636
echo "Generating OpenAPI documentation..."
37-
go get github.com/swaggo/swag/cmd/swag
37+
go get github.com/swaggo/swag/cmd/swag@v1.6.7
3838
swag init
3939

4040
if [ "${ACTION}" == "build" ]; then

0 commit comments

Comments
 (0)