Skip to content

Commit

Permalink
Bump github.com/golangci/golangci-lint from 1.40.1 to 1.41.1 in /inte…
Browse files Browse the repository at this point in the history
…rnal/tools (open-telemetry#2023)

* Bump github.com/golangci/golangci-lint in /internal/tools

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.40.1 to 1.41.1.
- [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.40.1...v1.41.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aneurysm9 <[email protected]>
  • Loading branch information
dependabot[bot] and Aneurysm9 authored Jun 21, 2021
1 parent 51dbe3c commit d6e8f60
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 44 deletions.
4 changes: 2 additions & 2 deletions internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.15
require (
github.com/client9/misspell v0.3.4
github.com/gogo/protobuf v1.3.2
github.com/golangci/golangci-lint v1.40.1
github.com/golangci/golangci-lint v1.41.1
github.com/itchyny/gojq v0.12.4
github.com/spf13/pflag v1.0.5
golang.org/x/mod v0.4.2
golang.org/x/tools v0.1.2-0.20210512205948-8287d5da45e4
golang.org/x/tools v0.1.3
)

replace go.opentelemetry.io/otel => ../..
Expand Down
Loading

0 comments on commit d6e8f60

Please sign in to comment.