Skip to content

Go toolchain build instructions do not work #312

@efd6

Description

@efd6

The instructions in the README to build using go install fail since they do not point to the command:

$ go install github.com/okta/okta-aws-cli/v2@latest
go: downloading github.com/okta/okta-aws-cli v1.2.2
go: downloading github.com/okta/okta-aws-cli/v2 v2.6.0
go: github.com/okta/okta-aws-cli/v2@latest: module github.com/okta/okta-aws-cli/v2@latest found (v2.6.0), but does not contain package github.com/okta/okta-aws-cli/v2

The command provided should be go install github.com/okta/okta-aws-cli/v2/cmd/okta-aws-cli@latest or go install github.com/okta/okta-aws-cli/v2/cmd/okta-aws-cli@v2.5.1 for the version-specific case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions