Skip to content

Commit a6b8058

Browse files
authored
Update tools (#492)
This bumps the tools we use during build and linting to latest versions in hope of fixing an annoying warning I was often getting during linting. The warnings I was getting were for example: WARN [runner] Can't run linter goanalysis_metalinter: ctrlflow: failed prerequisites: [email protected]/otel/exporter/metric/stdout [go.opentelemetry.io/otel/sdk/metric.test] WARN [runner] Can't run linter goanalysis_metalinter: fact_purity: failed prerequisites: [email protected]/otel/internal/metric [go.opentelemetry.io/otel/api/metric.test]
1 parent 29cd0c0 commit a6b8058

File tree

2 files changed

+63
-23
lines changed

2 files changed

+63
-23
lines changed

tools/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.13
44

55
require (
66
github.com/client9/misspell v0.3.4
7-
github.com/golangci/golangci-lint v1.21.0
8-
golang.org/x/tools v0.0.0-20191025174333-e96d959c4788
7+
github.com/golangci/golangci-lint v1.23.6
8+
golang.org/x/tools v0.0.0-20200220155224-947cbf191135
99
)

0 commit comments

Comments
 (0)