Skip to content

Commit

Permalink
Merge branch 'main' into codeboten/config-new
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Oct 11, 2023
2 parents 49fd7d8 + d186432 commit b1d368a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -77,7 +77,7 @@ $(GORELEASE): PACKAGE=golang.org/x/exp/cmd/gorelease
GOJSONSCHEMA = $(TOOLS)/go-jsonschema
$(GOJSONSCHEMA): PACKAGE=github.com/atombender/go-jsonschema

tools: $(GOLANGCI_LINT) $(MISSPELL) $(GOCOVMERGE) $(STRINGER) $(PORTO) $(MULTIMOD) $(DBOTCONF) $(CROSSLINK) $(GOTMPL) $(GORELEASE)
tools: $(GOLANGCI_LINT) $(MISSPELL) $(GOCOVMERGE) $(STRINGER) $(PORTO) $(MULTIMOD) $(DBOTCONF) $(CROSSLINK) $(GOTMPL) $(GORELEASE) $(GOJSONSCHEMA)

# Generate

Expand Down
2 changes: 0 additions & 2 deletions tools/go.mod
Expand Up @@ -2,8 +2,6 @@ module go.opentelemetry.io/contrib/tools

go 1.21

toolchain go1.21.1

exclude github.com/blizzy78/varnamelen v0.6.1

require (
Expand Down
1 change: 1 addition & 0 deletions versions.yaml
Expand Up @@ -84,6 +84,7 @@ module-sets:
- go.opentelemetry.io/contrib/samplers/jaegerremote/example
- go.opentelemetry.io/contrib/samplers/probability/consistent
excluded-modules:
- go.opentelemetry.io/contrib/config
- go.opentelemetry.io/contrib/instrgen
- go.opentelemetry.io/contrib/instrgen/driver
- go.opentelemetry.io/contrib/instrgen/testdata/interface

0 comments on commit b1d368a

Please sign in to comment.