You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GOFLAGS="" go install github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION}
this step fails on envs that doesnt have go.tmz.dev/musttag in their local cache
$ make build
which: no podman in (/home/yuval/.local/bin:/home/yuval/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin)
basename: missing operand
Try 'basename --help' for more information.
### Formatting code
go fmt ./...
### Test if prerequisites are met, and installing missing dependencies
GOFLAGS="" go install github.com/golangci/golangci-lint/cmd/[email protected]
go: downloading go.tmz.dev/musttag v0.7.2
/home/yuval/go/pkg/mod/github.com/golangci/[email protected]/pkg/golinters/musttag.go:4:2: unrecognized import path "go.tmz.dev/musttag": parse https://go.tmz.dev/musttag?go-get=1: no go-import meta tags ()
make: *** [Makefile:73: prereqs] Error 1
I'm using
$ go version
go version go1.21.8 linux/amd64
on a new vm (so nothing in my caches yet)
The text was updated successfully, but these errors were encountered:
network-observability-cli/Makefile
Line 73 in ab18a4b
this step fails on envs that doesnt have go.tmz.dev/musttag in their local cache
I'm using
on a new vm (so nothing in my caches yet)
The text was updated successfully, but these errors were encountered: