remove go 1.16 feature.

This commit is contained in:
Cubicroot 2021-10-01 17:28:54 +02:00
parent b940b159a9
commit afa4a9f866

View file

@ -19,7 +19,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Install swag
run: go install github.com/swaggo/swag/cmd/swag@latest
run: go install github.com/swaggo/swag/cmd/swag
- name: Install redoc
run: sudo apt install npm && sudo npm install redoc
- name: Build the api documentation