File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest
3636GO_LICENSES_PACKAGE ?= github.com/google/go-licenses@v1
3737GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1
3838ACTIONLINT_PACKAGE ?= github.com/rhysd/actionlint/cmd/actionlint@v1
39- GOPLS_PACKAGE ?= golang.org/x/tools/gopls@v0.18 .1
39+ GOPLS_PACKAGE ?= golang.org/x/tools/gopls@v0.17 .1
4040
4141DOCKER_IMAGE ?= gitea/gitea
4242DOCKER_TAG ?= latest
@@ -372,7 +372,7 @@ lint-go-vet: ## lint go files with vet
372372 @$(GO ) vet -vettool=gitea-vet ./...
373373
374374.PHONY : lint-go-gopls
375- lint-go-gopls : # # lint go files with gopls
375+ lint-go-gopls : # # lint go files with gopls check
376376 @echo " Running gopls..."
377377 @GO=$(GO ) GOPLS_PACKAGE=$(GOPLS_PACKAGE ) tools/lint-go-gopls.sh $(GO_SOURCES_NO_BINDATA )
378378
You can’t perform that action at this time.
0 commit comments