File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ $(GORELEASE): PACKAGE=golang.org/x/exp/cmd/gorelease
77
77
GOJSONSCHEMA = $(TOOLS ) /go-jsonschema
78
78
$(GOJSONSCHEMA ) : PACKAGE=github.com/atombender/go-jsonschema
79
79
80
- tools : $(GOLANGCI_LINT ) $(MISSPELL ) $(GOCOVMERGE ) $(STRINGER ) $(PORTO ) $(MULTIMOD ) $(DBOTCONF ) $(CROSSLINK ) $(GOTMPL ) $(GORELEASE )
80
+ tools : $(GOLANGCI_LINT ) $(MISSPELL ) $(GOCOVMERGE ) $(STRINGER ) $(PORTO ) $(MULTIMOD ) $(DBOTCONF ) $(CROSSLINK ) $(GOTMPL ) $(GORELEASE ) $( GOJSONSCHEMA )
81
81
82
82
# Generate
83
83
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module go.opentelemetry.io/contrib/tools
2
2
3
3
go 1.21
4
4
5
- toolchain go1.21.1
6
-
7
5
exclude github.com/blizzy78/varnamelen v0.6.1
8
6
9
7
require (
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ module-sets:
84
84
- go.opentelemetry.io/contrib/samplers/jaegerremote/example
85
85
- go.opentelemetry.io/contrib/samplers/probability/consistent
86
86
excluded-modules :
87
+ - go.opentelemetry.io/contrib/config
87
88
- go.opentelemetry.io/contrib/instrgen
88
89
- go.opentelemetry.io/contrib/instrgen/driver
89
90
- go.opentelemetry.io/contrib/instrgen/testdata/interface
You can’t perform that action at this time.
0 commit comments