Skip to content

Commit

Permalink
Bump github.com/golangci/golangci-lint from 1.21.0 to 1.27.0 in /tools (
Browse files Browse the repository at this point in the history
#77)

* Bump github.com/golangci/golangci-lint from 1.21.0 to 1.27.0 in /tools

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.21.0 to 1.27.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.21.0...v1.27.0)

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

* updated go.sum for tools/golangci-lint. Fixed new lint complaint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Torrie <[email protected]>
Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2020
1 parent c83cc1e commit 64e2183
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 37 deletions.
2 changes: 1 addition & 1 deletion instrumentation/go.mongodb.org/mongo-driver/mongo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func Test(t *testing.T) {

ctx, span := mt.Start(ctx, "mongodb-test")

addr := fmt.Sprintf("mongodb://localhost:27017/?connect=direct")
addr := "mongodb://localhost:27017/?connect=direct"
opts := options.Client()
opts.Monitor = NewMonitor("mongo", WithTracer(mt))
opts.ApplyURI(addr)
Expand Down
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.13

require (
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.21.0
golang.org/x/tools v0.0.0-20191025174333-e96d959c4788
github.com/golangci/golangci-lint v1.27.0
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
)
Loading

0 comments on commit 64e2183

Please sign in to comment.