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
Set the same Go version as specified in the `go.mod`
because of the issue below:
- actions/setup-go#424
Additionally, the rand.Seed() was updated to use
rand.New(rand.NewSource(seed)) because the former was
removed from Go1.20.
Signed-off-by: Tiago Natel <[email protected]>
0 commit comments