Skip to content

Commit 9d75c8c

Browse files
committed
chore: remove GOPROXY: direct to use default module proxy
Use Go's default proxy behavior (proxy.golang.org,direct) instead of direct fetching. This aligns with jfrog-cli's existing test workflows and improves CI reliability by reducing network-related failures.
1 parent d2b249a commit 9d75c8c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/cli-integration-tests.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
7878
env:
7979
JFROG_CLI_LOG_LEVEL: DEBUG
80-
GOPROXY: direct
8180
steps:
8281
# Checkout jfrog-cli-artifactory to root first to make composite action available
8382
- name: Checkout jfrog-cli-artifactory
@@ -136,7 +135,6 @@ jobs:
136135
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
137136
env:
138137
JFROG_CLI_LOG_LEVEL: DEBUG
139-
GOPROXY: direct
140138
steps:
141139
# Checkout jfrog-cli-artifactory to root first to make composite action available
142140
- name: Checkout jfrog-cli-artifactory
@@ -185,7 +183,6 @@ jobs:
185183
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
186184
env:
187185
JFROG_CLI_LOG_LEVEL: DEBUG
188-
GOPROXY: direct
189186
steps:
190187
# Checkout jfrog-cli-artifactory to root first to make composite action available
191188
- name: Checkout jfrog-cli-artifactory
@@ -263,7 +260,6 @@ jobs:
263260
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
264261
env:
265262
JFROG_CLI_LOG_LEVEL: DEBUG
266-
GOPROXY: direct
267263
steps:
268264
# Checkout jfrog-cli-artifactory to root first to make composite action available
269265
- name: Checkout jfrog-cli-artifactory
@@ -323,7 +319,6 @@ jobs:
323319
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
324320
env:
325321
JFROG_CLI_LOG_LEVEL: DEBUG
326-
GOPROXY: direct
327322
steps:
328323
# Checkout jfrog-cli-artifactory to root first to make composite action available
329324
- name: Checkout jfrog-cli-artifactory
@@ -382,7 +377,6 @@ jobs:
382377
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
383378
env:
384379
JFROG_CLI_LOG_LEVEL: DEBUG
385-
GOPROXY: direct
386380
GRADLE_OPTS: -Dorg.gradle.daemon=false
387381
steps:
388382
# Checkout jfrog-cli-artifactory to root first to make composite action available
@@ -447,7 +441,6 @@ jobs:
447441
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
448442
env:
449443
JFROG_CLI_LOG_LEVEL: DEBUG
450-
GOPROXY: direct
451444
steps:
452445
# Checkout jfrog-cli-artifactory to root first to make composite action available
453446
- name: Checkout jfrog-cli-artifactory
@@ -505,7 +498,6 @@ jobs:
505498
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
506499
env:
507500
JFROG_CLI_LOG_LEVEL: DEBUG
508-
GOPROXY: direct
509501
steps:
510502
# Checkout jfrog-cli-artifactory to root first to make composite action available
511503
- name: Checkout jfrog-cli-artifactory
@@ -555,7 +547,6 @@ jobs:
555547
runs-on: ubuntu-24.04
556548
env:
557549
JFROG_CLI_LOG_LEVEL: DEBUG
558-
GOPROXY: direct
559550
steps:
560551
# Checkout jfrog-cli-artifactory to root first to make composite action available
561552
- name: Checkout jfrog-cli-artifactory
@@ -589,8 +580,6 @@ jobs:
589580
./start.sh
590581
env:
591582
RTLIC: ${{ secrets.RTLIC }}
592-
GOPROXY: direct
593-
594583
- name: Wait for Artifactory to finish loading
595584
uses: nev7n/wait_for_response@v1
596585
with:
@@ -610,7 +599,6 @@ jobs:
610599
runs-on: ubuntu-24.04
611600
env:
612601
JFROG_CLI_LOG_LEVEL: DEBUG
613-
GOPROXY: direct
614602
steps:
615603
# Checkout jfrog-cli-artifactory to root first to make composite action available
616604
- name: Checkout jfrog-cli-artifactory
@@ -658,7 +646,6 @@ jobs:
658646
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
659647
env:
660648
JFROG_CLI_LOG_LEVEL: DEBUG
661-
GOPROXY: direct
662649
steps:
663650
# Checkout jfrog-cli-artifactory to root first to make composite action available
664651
- name: Checkout jfrog-cli-artifactory
@@ -724,7 +711,6 @@ jobs:
724711
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
725712
env:
726713
JFROG_CLI_LOG_LEVEL: DEBUG
727-
GOPROXY: direct
728714
steps:
729715
# Checkout jfrog-cli-artifactory to root first to make composite action available
730716
- name: Checkout jfrog-cli-artifactory
@@ -777,7 +763,6 @@ jobs:
777763
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
778764
env:
779765
JFROG_CLI_LOG_LEVEL: DEBUG
780-
GOPROXY: direct
781766
steps:
782767
# Checkout jfrog-cli-artifactory to root first to make composite action available
783768
- name: Checkout jfrog-cli-artifactory

0 commit comments

Comments
 (0)