Skip to content

Commit 421e47c

Browse files
committed
revert Makefile
1 parent a15d4fd commit 421e47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest
3636
GO_LICENSES_PACKAGE ?= github.com/google/go-licenses@v1
3737
GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1
3838
ACTIONLINT_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

4141
DOCKER_IMAGE ?= gitea/gitea
4242
DOCKER_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

0 commit comments

Comments
 (0)