File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : " 1.21"
16+ go-version-file : go.mod
17+ check-latest : true
18+ cache : true
19+ cache-dependency-path : |
20+ **/go.sum
21+ - name : Set up kind
22+ uses : helm/kind-action@v1
1723
1824 - name : Set environment variables
1925 run : |
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : " 1.21"
16+ go-version-file : go.mod
17+ check-latest : true
18+ cache : true
19+ cache-dependency-path : |
20+ **/go.sum
21+ - name : Set up kind
22+ uses : helm/kind-action@v1
1723
1824 - name : Set environment variables
1925 run : |
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : " 1.21"
16+ go-version-file : go.mod
17+ check-latest : true
18+ cache : true
19+ cache-dependency-path : |
20+ **/go.sum
21+ - name : Set up kind
22+ uses : helm/kind-action@v1
1723
1824 - name : Set environment variables
1925 run : |
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v4
1717 - uses : actions/setup-go@v5
1818 with :
19- go-version : " 1.21"
19+ go-version-file : go.mod
20+ check-latest : true
21+ cache : true
22+ cache-dependency-path : |
23+ **/go.sum
24+ - name : Set up kind
25+ uses : helm/kind-action@v1
2026
2127 - name : Set environment variables
2228 run : |
Original file line number Diff line number Diff line change @@ -13,22 +13,28 @@ jobs:
1313 uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : " 1.21"
16+ go-version-file : go.mod
17+ check-latest : true
18+ cache : true
19+ cache-dependency-path : |
20+ **/go.sum
21+ - name : Set up kind
22+ uses : helm/kind-action@v1
1723
1824 - name : Set environment variables
1925 run : |
2026 echo PATH=$PATH:$HOME/go/bin >> $GITHUB_ENV
2127 echo OPERATOR_IMAGE=localhost:5000/noobaa/noobaa-operator:integration >> $GITHUB_ENV
2228 echo PYKMIP_IMAGE=localhost:5000/noobaa/pykmip:integration >> $GITHUB_ENV
23-
29+
2430 - name : Deploy Dependencies
2531 run : |
2632 set -x
2733 bash .travis/install-5nodes-kind-cluster.sh
2834 go get -v github.com/onsi/ginkgo/ginkgo
2935 go install -v github.com/onsi/ginkgo/ginkgo
3036 ginkgo version
31-
37+
3238 - name : Build NooBaa
3339 run : |
3440 make cli
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : " 1.21"
16+ go-version-file : go.mod
17+ check-latest : true
18+ cache : true
19+ cache-dependency-path : |
20+ **/go.sum
21+ - name : Set up kind
22+ uses : helm/kind-action@v1
1723
1824 - name : Set environment variables
1925 run : |
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : " 1.21"
17-
16+ go-version-file : go.mod
17+ check-latest : true
18+ cache : true
19+ cache-dependency-path : |
20+ **/go.sum
21+ - name : Set up kind
22+ uses : helm/kind-action@v1
1823 - name : Set environment variables
1924 run : |
2025 echo PATH=$PATH:$HOME/go/bin >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4
1414 - uses : actions/setup-go@v5
1515 with :
16- go-version : " 1.21"
16+ go-version-file : go.mod
17+ check-latest : true
18+ cache : true
19+ cache-dependency-path : |
20+ **/go.sum
21+ - name : Set up kind
22+ uses : helm/kind-action@v1
1723
1824 - name : Set environment variables
1925 run : |
You can’t perform that action at this time.
0 commit comments