From 244cce9612f75685079cf29e5483bc077ca6b44e Mon Sep 17 00:00:00 2001 From: Maarten de Kruijf Date: Wed, 6 Mar 2024 17:04:17 +0100 Subject: [PATCH] Install swaggo --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1907e26b..306ec83d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,8 @@ jobs: fetch-depth: 0 - name: Make repo safe run: git config --global --add safe.directory /__w/SOARCA/SOARCA - + - name: Install swaggo + run: go install github.com/swaggo/swag/cmd/swag@latest - name: lint run: | ls -la