2.12.2 sometimes crashes: ERRO [runner] Panic: buildir: package "poll" (isInitialPkg: false, needAnalyzeSource: true): unexpected expr: *ast.KeyValueExpr:
Signed-off-by: Franciszek Stachura <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a6ac8f..daf86a3 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ docs: import_reviser ?= github.com/incu6us/goimports-reviser/[email protected] import_reviser_flags ?= -rm-unused -project-name github.com/getpatchwork/patchwork -use-cache gofumpt ?= mvdan.cc/[email protected] -golangci_lint ?= github.com/golangci/golangci-lint/v2/cmd/[email protected] +golangci_lint ?= github.com/golangci/golangci-lint/v2/cmd/[email protected] license_exclude = *.md *.asc *.yaml docs/requirements.txt *.service CONTRIBUTORS LICENSE .* go.mod go.sum pkg/mail/testdata docs/deployment/nginx.conf docs/deployment/js_challenge.lua .PHONY: test -- 2.55.0 _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
