Skip to content

tag repo with a semantic version? #26

Description

@mariotoffia

Hi, I'm new to go and using go 1.13. I've been using tagging of my repository using releases e.g. v1.0.0 and hence I can use this in go.mod require section.

I cannot find any tags in this repository and hence not possible for me to declare this dependency in go.mod?

module dev.azure.com/dataductus/CbServices/_git/go-core.git

require (
	github.com/aws/aws-sdk-go-v2 v0.22.0
	github.com/joeshaw/envdecode <-- which version?
)

go 1.13

Cheers,
Mario

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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