make deps
is broken as a golangci-lint dep needs golangv1.19
#1076
Labels
ci/build
This is issue is about the build or CI system, and the administration of it.
code quality
Related to improving code quality
dependencies
Related to dependencies
Milestone
Since yesterday (or 4 days ago).
GoLang-Ci Lint updated tov1.51.0 and v1.51.1.
A dependency of it was updated to require golang 1.19, which breaks the
make deps
rule:This will also break any scripts that depend on
make deps
to for example build defradb deps and install defradb (usemake deps:modules
instead).The text was updated successfully, but these errors were encountered: