Skip to content

Commit a4abb56

Browse files
committed
Hard code goproxy
1 parent 0b3bb9c commit a4abb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: goproxy
5656
run: |
5757
echo "Temp use prod artifactory"
58-
GOPROXY_VALUE="https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@${{ secrets.ARTIFACTORY_ENDPOINT }}"
58+
GOPROXY_VALUE="https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev"
5959
echo "goproxy=${GOPROXY_VALUE}" >> $GITHUB_OUTPUT
6060
echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
6161

0 commit comments

Comments
 (0)