seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

fix(golangci-lint): version bump and location fix

Open lc525 opened this issue 1 year ago • 0 comments

Change location where scheduler/Makefile downloads golangci-lint. Previous location name conflicts with any previously installed golangci-lint.

Specifically, the Makefile used to install it in ${GOPATH}/bin/golangci-lint/[VERSION]/ however, this means that the ${GOPATH}/bin/golangci-lint file can not exist at the same time. The latter is the default install path when installing via go install.

The new location for the seldon downloaded golangci-lint is ${GOPATH}/bin/golangci-lint-versions/[VERSION]/

lc525 avatar Aug 21 '24 12:08 lc525