Skip to content

Commit

Permalink
Merge pull request #165 from uptrace/release/v1.23.1
Browse files Browse the repository at this point in the history
chore: release v1.23.1 (release.sh)
  • Loading branch information
vmihailenco committed Feb 17, 2024
2 parents 018e2b9 + dfc7b01 commit 983c4e0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/aws-elasticbeanstalk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
replace github.com/uptrace/uptrace-go => ../..

require (
github.com/uptrace/uptrace-go v1.21.0
github.com/uptrace/uptrace-go v1.23.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
go.opentelemetry.io/otel/trace v1.23.1
)
Expand Down
2 changes: 1 addition & 1 deletion example/aws-lambda/function/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-lambda-go v1.46.0
github.com/aws/aws-sdk-go-v2/config v1.27.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.50.0
github.com/uptrace/uptrace-go v1.21.0
github.com/uptrace/uptrace-go v1.23.1
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.48.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.48.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
Expand Down
2 changes: 1 addition & 1 deletion example/basic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
replace github.com/uptrace/uptrace-go => ../..

require (
github.com/uptrace/uptrace-go v1.21.0
github.com/uptrace/uptrace-go v1.23.1
go.opentelemetry.io/otel v1.23.1
)

Expand Down
2 changes: 1 addition & 1 deletion example/metrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
replace github.com/uptrace/uptrace-go => ../..

require (
github.com/uptrace/uptrace-go v1.21.0
github.com/uptrace/uptrace-go v1.23.1
go.opentelemetry.io/otel v1.23.1
go.opentelemetry.io/otel/metric v1.23.1
)
Expand Down
2 changes: 1 addition & 1 deletion example/otel-api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
replace github.com/uptrace/uptrace-go => ../..

require (
github.com/uptrace/uptrace-go v1.21.0
github.com/uptrace/uptrace-go v1.23.1
go.opentelemetry.io/otel v1.23.1
go.opentelemetry.io/otel/trace v1.23.1
)
Expand Down
2 changes: 1 addition & 1 deletion example/tutorial/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/uptrace/uptrace-go => ../..

require (
github.com/uptrace/opentelemetry-go-extra/otelzap v0.2.3
github.com/uptrace/uptrace-go v1.21.0
github.com/uptrace/uptrace-go v1.23.1
go.opentelemetry.io/otel v1.23.1
go.uber.org/zap v1.26.0
)
Expand Down
2 changes: 1 addition & 1 deletion example/zerolog-vector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/uptrace/uptrace-go => ../..

require (
github.com/rs/zerolog v1.32.0
github.com/uptrace/uptrace-go v1.21.0
github.com/uptrace/uptrace-go v1.23.1
go.opentelemetry.io/otel v1.23.1
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
Expand Down
2 changes: 1 addition & 1 deletion uptrace/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package uptrace

// Version is the current release version.
func Version() string {
return "1.21.0"
return "1.23.1"
}

0 comments on commit 983c4e0

Please sign in to comment.