File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232
3333 - name : Install orchestrion
3434 run : |
35- go install github.com/DataDog/orchestrion@v1.1 .0
35+ go install github.com/DataDog/orchestrion@v1.4 .0
3636 orchestrion pin
3737
3838 - name : Test
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ integration-testing:
8181 - chmod 400 $E2E_PRIVATE_KEY_PATH
8282 - ssh-add $E2E_PRIVATE_KEY_PATH
8383 - pip install -r requirements.txt
84- - go install github.com/DataDog/orchestrion@v1.1 .0
84+ - go install github.com/DataDog/orchestrion@v1.4 .0
8585 - orchestrion pin
8686 - export DD_CIVISIBILITY_ENABLED=true
8787 - export DD_CIVISIBILITY_AGENTLESS_ENABLED=true
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ RUN DDA_VERSION="$(curl -s https://raw.githubusercontent.com/DataDog/datadog-age
133133 go install gotest.tools/gotestsum@latest
134134
135135# Install Orchestrion for native Go Test Visibility support
136- RUN go install github.com/DataDog/orchestrion@v1.0.1
136+ RUN go install github.com/DataDog/orchestrion@v1.4.0
137137
138138RUN rm -rf /tmp/test-infra
139139
You can’t perform that action at this time.
0 commit comments