File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 59
59
- name : Set Variables
60
60
id : vars
61
61
run : |
62
- echo "go_proxy="https://azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev" >> $GITHUB_OUTPUT
62
+ echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT
63
+ echo "go_proxy=https://azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev" >> $GITHUB_OUTPUT
63
64
source .github/data/version.txt
64
65
echo "ic_version=${IC_VERSION}" >> $GITHUB_OUTPUT
65
66
echo "chart_version=${HELM_CHART_VERSION}" >> $GITHUB_OUTPUT
@@ -105,6 +106,7 @@ jobs:
105
106
run : |
106
107
echo go_code_md5: ${{ steps.vars.outputs.go_code_md5 }}
107
108
echo go_path: ${{ steps.vars.outputs.go_path }}
109
+ echo go_proxy: ${{ steps.vars.outputs.go_proxy }}
108
110
echo binary_cache_hit: ${{ steps.binary-cache.outputs.cache-hit }}
109
111
echo chart_version: ${{ steps.vars.outputs.chart_version }}
110
112
echo ic_version: ${{ steps.vars.outputs.ic_version }}
You can’t perform that action at this time.
0 commit comments