diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d46d10d..9b2b9da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: - name: Install dependencies run: | sudo apt install golint + GOBIN=$HOME/.local/bin go install honnef.co/go/tools/cmd/staticcheck@2023.1.6 make - name: Run tests