Skip to content

Commit 410143f

Browse files
authored
Increase reliability in case of get_orchestrion_go_version function fails (#35)
1 parent 7fa2949 commit 410143f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ runs:
113113
DD_SET_TRACER_VERSION_RUBY: ${{ inputs.ruby-tracer-version }}
114114
DD_SET_TRACER_VERSION_GO: ${{ inputs.go-tracer-version }}
115115
DD_INSTRUMENTATION_BUILD_SYSTEM_JAVA: ${{ inputs.java-instrumented-build-system }}
116-
INSTALLATION_SCRIPT_URL: https://install.datadoghq.com/scripts/install_test_visibility_v8.sh
117-
INSTALLATION_SCRIPT_CHECKSUM: 955c3aa6f16073950900e99c6271d42481b35b935a8c958debf0663bd3fa86ed
116+
INSTALLATION_SCRIPT_URL: https://install.datadoghq.com/scripts/install_test_visibility_v9.sh
117+
INSTALLATION_SCRIPT_CHECKSUM: dc524d824779b96fee12f6bf28b12f7da5c7095499bb82bc07981bdb60d6623a
118118

119119
- name: Propagate optional site input to environment variable
120120
if: "${{ inputs.site != '' }}"

0 commit comments

Comments
 (0)