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

Bump Go version to 1.18.4 #25809

Merged
merged 4 commits into from
Jul 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allows unused nolint rules to ignore linters disabled by Go 1.18
  • Loading branch information
gdavison committed Jul 22, 2022
commit 870748d638c32cb027ac123c5e94f4149eda081b
1 change: 1 addition & 0 deletions .ci/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ linters-settings:
- strconv.ParseInt
- strings.SplitN
nolintlint:
allow-unused: true # Because of the disabled rules with Go 1.18
allow-leading-space: false
require-explanation: true
require-specific: true
Expand Down