We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948a14c commit 07e85e8Copy full SHA for 07e85e8
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ permissions:
20
21
env:
22
NFPM_VERSION: 'v2.35.3'
23
+ GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev"
24
25
jobs:
26
lint:
.github/workflows/release-branch.yml
@@ -42,7 +42,7 @@ on:
42
43
44
45
- GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev"
+ GOPROXY: "https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-local-approved-dependency"
46
47
defaults:
48
run:
0 commit comments