Fix ci file
This commit is contained in:
@@ -15,7 +15,7 @@ jobs: | ||||
uses: golang/govulncheck-action@v1 | ||||
with: | ||||
go-version-file: 'gitea/go.mod' | ||||
go-package: ./... | ||||
go-package: gitea/... | ||||
testing: | ||||
runs-on: ubuntu-latest | ||||
env: | ||||
|
@@ -18,7 +18,7 @@ import ( | ||||
"strings" | ||||
"sync" | ||||
| ||||
"github.com/hashicorp/go-version" | ||||
version "github.com/hashicorp/go-version" | ||||
) | ||||
| ||||
var jsonHeader = http.Header{"content-type": []string{"application/json"}} | ||||
|
Reference in New Issue
Block a user