Skip to content

Commit

Permalink
[chore] Fix version in ocb (#9638)
Browse files Browse the repository at this point in the history
Fix #9626 by aligning the ocb version with Collector's.

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Feb 26, 2024
1 parent ea5aa62 commit 4b0a8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builder/internal/builder/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"go.uber.org/zap"
)

const defaultOtelColVersion = "0.94.0"
const defaultOtelColVersion = "0.95.0"

// ErrInvalidGoMod indicates an invalid gomod
var ErrInvalidGoMod = errors.New("invalid gomod specification for module")
Expand Down

0 comments on commit 4b0a8f6

Please sign in to comment.