diff --git a/observability-logs-gcp-cloudlogging/VERSION b/observability-logs-gcp-cloudlogging/VERSION index 6e8bf73a..17e51c38 100644 --- a/observability-logs-gcp-cloudlogging/VERSION +++ b/observability-logs-gcp-cloudlogging/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/observability-metrics-aws-cloudwatch/internal/cloudwatchmetrics/queries_test.go b/observability-metrics-aws-cloudwatch/internal/cloudwatchmetrics/queries_test.go index f391dc17..2a8bafc2 100644 --- a/observability-metrics-aws-cloudwatch/internal/cloudwatchmetrics/queries_test.go +++ b/observability-metrics-aws-cloudwatch/internal/cloudwatchmetrics/queries_test.go @@ -112,7 +112,7 @@ func TestGetResourceMetricsHappyPath(t *testing.T) { } func TestGetResourceMetricsAppliesDefaultStep(t *testing.T) { - now := time.Date(2026, 5, 4, 12, 0, 0, 0, time.UTC) + now := time.Now().UTC() var captured *cloudwatch.GetMetricDataInput api := &stubCloudWatchAPI{ getMetricDataFunc: func(in *cloudwatch.GetMetricDataInput) (*cloudwatch.GetMetricDataOutput, error) {