Skip to content

Commit b1d368a

Browse files
authored
Merge branch 'main' into codeboten/config-new
2 parents 49fd7d8 + d186432 commit b1d368a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $(GORELEASE): PACKAGE=golang.org/x/exp/cmd/gorelease
7777
GOJSONSCHEMA = $(TOOLS)/go-jsonschema
7878
$(GOJSONSCHEMA): PACKAGE=github.com/atombender/go-jsonschema
7979

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)
8181

8282
# Generate
8383

tools/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module go.opentelemetry.io/contrib/tools
22

33
go 1.21
44

5-
toolchain go1.21.1
6-
75
exclude github.com/blizzy78/varnamelen v0.6.1
86

97
require (

versions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ module-sets:
8484
- go.opentelemetry.io/contrib/samplers/jaegerremote/example
8585
- go.opentelemetry.io/contrib/samplers/probability/consistent
8686
excluded-modules:
87+
- go.opentelemetry.io/contrib/config
8788
- go.opentelemetry.io/contrib/instrgen
8889
- go.opentelemetry.io/contrib/instrgen/driver
8990
- go.opentelemetry.io/contrib/instrgen/testdata/interface

0 commit comments

Comments
 (0)