Skip to content

Commit d332bdb

Browse files
authored
Merge branch 'main' into davidor/kubernetes-helm-2-dca-replicas
2 parents 03e015c + d662421 commit d332bdb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

138138
RUN rm -rf /tmp/test-infra
139139

0 commit comments

Comments
 (0)