Browse Source

go mod download

Matthew R. Kasun 3 years ago
parent
commit
d7415c8c46
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -94,4 +94,5 @@ jobs:
       - name: static checks
         run: |
             go install honnef.co/go/tools/cmd/staticcheck
+            go mod download honnef.co/go/tools
             staticcheck ./...