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 github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools #146

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2020

Bumps github.com/golangci/golangci-lint from 1.28.3 to 1.29.0.

Release notes

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

v1.29.0

Changelog

21ee78c Improve 'no such linter' error message (#1244) 203bab6 Move dependabot config to .github folder (#1242) 862ed88 Run nancy validation for all dependencies (#1243) 6e7c317 Sorting result.Issues implementation (golangci/golangci-lint#1217) (#1218) c8bd954 Support --fix for gofumpt (#1239) 27a97ae Update golangci-lint-action to use v1.2.2 (#1238) a52e5ed Update the steps to make sure only template_date.state file is updated. (#1236) 65e1b30 build(deps): bump github.com/kyoh86/exportloopref from 0.1.4 to 0.1.7 (#1214) cb3f67f build(deps): bump github.com/valyala/quicktemplate from 1.5.0 to 1.5.1 (#1240) 4f26f11 build(deps): bump golangci/golangci-lint-action from v1.2.2 to v2 (#1247) 90bce10 build(deps): bump lodash from 4.17.15 to 4.17.19 in /tools (#1250) ee86e0e gofumpt: Add extra-rules option + update linter (#1228) 6dd10ac upgrade github.com/nishanths/exhaustive (#1246)

Docker images

  • docker pull golangci/golangci-lint:latest
  • docker pull golangci/golangci-lint:v1.29.0
  • docker pull golangci/golangci-lint:v1.29
  • docker pull golangci/golangci-lint:latest-alpine
  • docker pull golangci/golangci-lint:v1.29.0-alpine
  • docker pull golangci/golangci-lint:v1.29-alpine
Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 21, 2020
@MrAlias MrAlias merged commit bb438f8 into master Jul 21, 2020
@MrAlias MrAlias deleted the dependabot/go_modules/tools/github.com/golangci/golangci-lint-1.29.0 branch July 21, 2020 15:20
@MrAlias MrAlias mentioned this pull request Jul 31, 2020
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
* Add Stackdriver Trace exporter for trace.

TODOs for future work is:

* to replace bundler.Bundler

* to add proper tests for the exporter

* to move the exporter to proper repository once it will be created.

* Change to use functions for the exporter initialization instead of
passing option struct directly.
This fix is aliging the same fix for Jaeger (#146, #161)

* Change Option struct to be function type

* Change the original Option struct to be private

* Add line comments to maxMessageEventsPerSpan to leave it for future implementation

* Fix unnessesary expressions specified by `make precommit`

Left errors by `make precommit` in experimental/bridge/opentracing.

* Ran make precommit

* Add new line at EOF

* WIP: Start implementing BatchSpanExporter interfaces

* Change to use RegisterSpanProcessor to register bsp

* Change function names to fit current implementation of sdk

* Removed google.golang.org/api/support/bundler and implement ssp and bsp

* Change spanProcessor as a member of Exporter.

* Fix option names used for BatchSpanProcessor initialization.

* Change Exporter.Shutdown just to unregister spanProcessor.

* Removed copyright statements of OpenCensus.

* Fix small typo and EOF new line

* Fix interfaces of ExportSpan/ExportSpans to meet SpanSyncer/SpanBatcher

* Change to follow context.Context passed in ExportSpan/ExportSpans

* Fix Stackdriver Exporter to hold sync.Once to lock when it is registered and
unregistered.
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants