We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd16c61 commit b4f6d7eCopy full SHA for b4f6d7e
.github/workflows/main-build.yml
@@ -11,7 +11,6 @@ on:
11
description: 'The branch, tag or SHA to checkout'
12
required: false
13
type: string
14
- default: ''
15
env:
16
AWS_DEFAULT_REGION: us-east-1
17
STAGING_ECR_REGISTRY: 611364707713.dkr.ecr.us-west-2.amazonaws.com
scripts/get_upstream_versions.py
@@ -41,10 +41,6 @@ def get_latest_otel_versions():
41
otel_java_contrib_version = version_match.group(1)
42
break
43
44
- if not otel_java_contrib_version:
45
- print("Warning: No stable contrib releases found")
46
- otel_java_contrib_version = "1.48.0" # fallback
47
-
48
return otel_java_instrumentation_version, otel_java_contrib_version
49
50
except requests.RequestException as request_error:
0 commit comments