Skip to content

error in installation procedure not working with go #2

Description

@samantarya
go get github.com/kardianos/govendor
go: go.mod file not found in current directory or any parent directory.
        'go get' is no longer supported outside a module.
        To build and install a command, use 'go install' with a version,
        like 'go install example.com/cmd@latest'
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
make: *** [Makefile:27: vendor] Error 1

This is the error I get while trying to run make install with go version 1.21 because below 1.7 it was anyways not working. Did not get go via govendor as mentioned as govendor suggests the use of go modules and using the official go version from 1.14.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions