Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
circleci: our version of misspell is no longer supported with go < 1.…
…21, so disable lint in go 1.19 ci job I jumped through quite a few hoops to get test-llvm15-go119 to work, but this last hoop seems not worth jumping through: cd internal/tools && go generate -tags tools ./ /go/pkg/mod/github.com/golangci/misspell@v0.6.0/mime.go:10:2: package slices is not in GOROOT (/usr/local/go/src/slices) tools.go:12: running "go": exit status 1 make: *** [GNUmakefile:952: tools] Error 1 I mean, we could patch misspell to not use slices, or to use the prerelease slices, but...
- Loading branch information