Skip to content
Snippets Groups Projects
Commit 137aea2e authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Replace deprecated go get with go install

parent bcaba2b7
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ build:
build-openapi-2-scheme:
stage: build
script:
- go get -u github.com/swaggo/swag/cmd/swag
- go install github.com/swaggo/swag/cmd/swag
- make api-docs
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment