Skip to content

Go get does not get latest version of SDK #34

@jjrodenburg

Description

@jjrodenburg

What happened:
When doing a go get on this repo, I get version 1. When trying to pin the version to "latest", I also get version 1. Version "v2.0.0" returns a not found error. Only by using the latest commit hash was I able to get version 2 of the SDK, which is listed in the go modules as version 0:
github.com/serverlessworkflow/sdk-go v0.0.0-20210518140713-51a119677646
What you expected to happen:
go get should return version 2.

How to reproduce it:
go get github.com/serverlessworkflow/sdk-go
go get github.com/serverlessworkflow/sdk-go@latest

Anything else we need to know?:

Environment:

  • Specification version used:
    0.7
  • Go version:
    go version go1.16.5 linux/amd64

Metadata

Metadata

Assignees

Labels

bug 🐛Something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions