Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Go major version prerelease testing (#47)
Fixes #46 `go get ...` restores existing packages in the go.mod before fetching and switching to the requested version. This fails during major version upgrades as we have updated the example references but not yet published the SDK. By using `go mod edit` we can set the exact version before attempting to restore dependencies.
- Loading branch information