Skip to content

Bump github.com/golangci/golangci-lint from 1.42.1 to 1.43.0 in /internal/tools#2368

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/internal/tools/github.com/golangci/golangci-lint-1.43.0
Closed

Bump github.com/golangci/golangci-lint from 1.42.1 to 1.43.0 in /internal/tools#2368
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/internal/tools/github.com/golangci/golangci-lint-1.43.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 7, 2021

Bumps github.com/golangci/golangci-lint from 1.42.1 to 1.43.0.

Release notes

Sourced from github.com/golangci/golangci-lint's releases.

v1.43.0

Changelog

bdc2f96d Add code comments to document source code (#2306) 861262b7 Add github.com/breml/bidichk linter (#2330) 32292622 Add nilnil linter (#2236) 20699a72 Add tenv linter (#2221) e612577d Bump gochecknoglobals to v0.1.0 (#2317) 1be9570a Refactor: preallocate slices (#2340) 813ba7d9 Update index.mdx (#2230) f500e4cb add varnamelen linter (#2240) e6c56694 build(deps): bump github.com/Antonboom/errname from 0.1.4 to 0.1.5 (#2249) a37843b1 build(deps): bump github.com/butuzov/ireturn from 0.1.0 to 0.1.1 (#2246) 680f3e6c build(deps): bump github.com/charithe/durationcheck from 0.0.8 to 0.0.9 (#2289) 00e47702 build(deps): bump github.com/esimonov/ifshort from 1.0.2 to 1.0.3 (#2303) d3fc84bc build(deps): bump github.com/fatih/color from 1.12.0 to 1.13.0 (#2259) 4ce9a19e build(deps): bump github.com/go-critic/go-critic from 0.5.6 to 0.6.0 (#2041) 5adafe52 build(deps): bump github.com/jingyugao/rowserrcheck from 1.1.0 to 1.1.1 (#2326) 3fe324a1 build(deps): bump github.com/kunwardeep/paralleltest from 1.0.2 to 1.0.3 (#2244) 739ccd3f build(deps): bump github.com/mattn/go-colorable from 0.1.10 to 0.1.11 (#2277) c6c55d25 build(deps): bump github.com/mattn/go-colorable from 0.1.8 to 0.1.9 (#2252) 8f2af022 build(deps): bump github.com/mattn/go-colorable from 0.1.9 to 0.1.10 (#2260) 78d309e7 build(deps): bump github.com/mgechev/revive from 1.1.1 to 1.1.2 (#2276) 1012c10d build(deps): bump github.com/nakabonne/nestif from 0.3.0 to 0.3.1 (#2325) 6edca924 build(deps): bump github.com/securego/gosec/v2 from 2.8.1 to 2.9.1 (#2299) 963257f9 build(deps): bump github.com/shirou/gopsutil/v3 from 3.21.7 to 3.21.8 (#2225) b9f015cc build(deps): bump github.com/shirou/gopsutil/v3 from 3.21.8 to 3.21.9 (#2275) 9f628531 build(deps): bump github.com/shirou/gopsutil/v3 from 3.21.9 to 3.21.10 (#2327) f1258315 build(deps): bump github.com/spf13/viper from 1.8.1 to 1.9.0 (#2243) 60a9d16f build(deps): bump github.com/tetafro/godot from 1.4.10 to 1.4.11 (#2248) 8c60147b build(deps): bump github.com/tetafro/godot from 1.4.9 to 1.4.10 (#2226) 2fb65636 build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.3.0 to 2.3.1 (#2278) 9bb917de build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.3.1 to 2.4.0 (#2324) 59c7b10b build(deps): bump github.com/valyala/quicktemplate from 1.6.3 to 1.7.0 (#2250) 5d4fe00f build(deps): bump golang.org/x/tools from 0.1.5 to 0.1.6 (#2245) 91016acc build(deps): bump tmpl from 1.0.4 to 1.0.5 in /.github/peril (#2247) f47f4f55 codeql: Remove unneeded steps (#2336) 413bec6a errcheck: empty selector name. (#2309) 7fc2fe81 feat: add contextcheck linter (#2216) 8cb9c769 fix: Add missing space in "disabled by config" warning (#2310) a8887d56 fix: don't hide enable-all option (#2338) cf9f3f95 fix: go.sum (#2262) 2c01ea7f gocritic: add support for variable substitution in ruleguard path settings (#2308) cc262bba gosec: filter issues according to the severity and confidence (#2295) 9b577fcb new-from-rev: add support for finding issues in entire files in a diff (#2264) 2ea496f2 new-linter: ireturn (checks for function return type) (#2219) 17d24ebd nlreturn: add block-size option (#2237)

Commits
  • 861262b Add github.com/breml/bidichk linter (#2330)
  • 77d4115 docs: add documentation for go-critic and ruleguard settings (#2304)
  • 2c01ea7 gocritic: add support for variable substitution in ruleguard path settings (#...
  • f9f6486 docs: change Github to GitHub in comments and docs (#2341)
  • 1be9570 Refactor: preallocate slices (#2340)
  • a8887d5 fix: don't hide enable-all option (#2338)
  • f47f4f5 codeql: Remove unneeded steps (#2336)
  • 8cb9c76 fix: Add missing space in "disabled by config" warning (#2310)
  • a2b2968 build(deps): bump gatsby-plugin-robots-txt in /docs (#2332)
  • dcaaa89 build(deps): bump gatsby-remark-copy-linked-files in /docs (#2335)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.42.1 to 1.43.0.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.42.1...v1.43.0)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code Skip Changelog PRs that do not require a CHANGELOG.md entry labels Nov 7, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 7, 2021

Codecov Report

Merging #2368 (ae25be3) into main (6d2aeb0) will increase coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2368   +/-   ##
=====================================
  Coverage   73.8%   73.8%           
=====================================
  Files        175     175           
  Lines      12436   12436           
=====================================
+ Hits        9182    9183    +1     
  Misses      3017    3017           
+ Partials     237     236    -1     
Impacted Files Coverage Δ
sdk/trace/batch_span_processor.go 84.2% <0.0%> (-1.1%) ⬇️
...s/otlp/otlptrace/internal/connection/connection.go 16.2% <0.0%> (+1.5%) ⬆️

@MadVikingGod
Copy link
Copy Markdown
Contributor

Just a note if we accept this change then our tooling will only work on go 1.16. It shouldn't affect using the sdk as a library, just our build pipeline

This was referenced Nov 11, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 11, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/internal/tools/github.com/golangci/golangci-lint-1.43.0 branch November 11, 2021 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code Skip Changelog PRs that do not require a CHANGELOG.md entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant