-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
bug 🐛Something isn't workingSomething isn't working
Description
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
dimgiagos44ricardozanini
Metadata
Metadata
Assignees
Labels
bug 🐛Something isn't workingSomething isn't working