@@ -31,11 +31,11 @@ XGO_VERSION := go-1.25.x
3131
3232AIR_PACKAGE  ?= github.com/air-verse/air@v1
3333EDITORCONFIG_CHECKER_PACKAGE  ?= github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@v3
34- GOFUMPT_PACKAGE  ?= mvdan.cc/
[email protected] .
1 35- GOLANGCI_LINT_PACKAGE  ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.4 .0
34+ GOFUMPT_PACKAGE  ?= mvdan.cc/
[email protected] .
2 35+ GOLANGCI_LINT_PACKAGE  ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5 .0
3636GXZ_PACKAGE  ?= github.com/ulikunitz/xz/cmd/
[email protected] 3737MISSPELL_PACKAGE  ?= github.com/golangci/misspell/cmd/
[email protected] 38- SWAGGER_PACKAGE  ?= github.com/go-swagger/go-swagger/cmd/swagger@717e3cb29becaaf00e56953556c6d80f8a01b286 
38+ SWAGGER_PACKAGE  ?= github.com/go-swagger/go-swagger/cmd/swagger@v0.33.1 
3939XGO_PACKAGE  ?= src.techknowlogick.com/xgo@latest
4040GO_LICENSES_PACKAGE  ?= github.com/google/go-licenses@v1
4141GOVULNCHECK_PACKAGE  ?= golang.org/x/vuln/cmd/govulncheck@v1
@@ -258,7 +258,7 @@ clean: ## delete backend and integration files
258258
259259.PHONY : fmt
260260fmt : # # format the Go and template code
261- 	@GOFUMPT_PACKAGE=$(GOFUMPT_PACKAGE )  $(GO )  run build /code-batch-process.go gitea-fmt -w ' {file-list}' 
261+ 	@GOFUMPT_PACKAGE=$(GOFUMPT_PACKAGE )  $(GO )  run tools /code-batch-process.go gitea-fmt -w ' {file-list}' 
262262	$(eval  TEMPLATES := $(shell  find templates -type f -name '* .tmpl') ) 
263263	@#  strip whitespace after '{{' or '(' and before '}}' or ')' unless there is only
264264	@#  whitespace before it
@@ -472,7 +472,7 @@ test\#%:
472472coverage :
473473	grep ' ^\(mode: .*\)\|\(.*:[0-9]\+\.[0-9]\+,[0-9]\+\.[0-9]\+ [0-9]\+ [0-9]\+\)$$' >  coverage-bodged.out
474474	grep ' ^\(mode: .*\)\|\(.*:[0-9]\+\.[0-9]\+,[0-9]\+\.[0-9]\+ [0-9]\+ [0-9]\+\)$$' >  integration.coverage-bodged.out
475- 	$(GO )  run build /gocovmerge.go integration.coverage-bodged.out coverage-bodged.out >  coverage.all
475+ 	$(GO )  run tools /gocovmerge.go integration.coverage-bodged.out coverage-bodged.out >  coverage.all
476476
477477.PHONY : unit-test-coverage
478478unit-test-coverage :
0 commit comments