Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pacmak/go): missing go.sum entry (#2893)
Switch to using `go mod tidy` instead of `go mod download` to work around golang/go#44129. This caused tests to fail due to using `go1.16.x`, which is susceptible to this bug (`go1.17` will have the fix). --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
- Loading branch information