From afa4a9f8661d97e2fbff90bc0065e4669f203d42 Mon Sep 17 00:00:00 2001 From: Cubicroot Date: Fri, 1 Oct 2021 17:28:54 +0200 Subject: [PATCH] remove go 1.16 feature. --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6451483..f4cb612 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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