You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
0.7
go version go1.16.5 linux/amd64
The text was updated successfully, but these errors were encountered: