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
Updates the SDK, and also fixes some problems with the build:
- golangci-lint 1.50.1 doesn't work when go 1.20 is installed -> updated to latest version
- updated go everywhere to 1.20
- removed golint, as it is deprecated and unmaintainted. According to the golint site, `go vet` is a replacement
- with 1.20, `rand.Seed` is deprecated and the random number generator is seeded randomly by default
0 commit comments