Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use go 1.16 features #335

Merged
merged 2 commits into from Sep 10, 2021
Merged

Use go 1.16 features #335

merged 2 commits into from Sep 10, 2021

Conversation

jholdstock
Copy link
Member

Now that Go 1.16 is the minimum supported version, we can take advantage of new features introduced in 1.16.

  • Use features from Go 1.16 tooling

    • GO111MODULE environment variable now defaults to "on"
    • "go build" and "go test" now exit with an error rather than silently modifying go.mod or go.sum files
    • Update README.md
    • Use latest linter
  • Don't use deprecated ioutil package

- GO111MODULE environment variable now defaults to "on"
- "go build" and "go test" now exit with an error rather than silently modifying go.mod or go.sum files
- Update README.md
- Use latest linter
@jholdstock jholdstock merged commit 7da5b4b into decred:master Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants