File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Set up Go
3232 uses : actions/setup-go@v5
3333 with :
34- go-version : " ~1.24.10 "
34+ go-version : " ~1.24.13 "
3535 - name : Setup kind
3636 env :
3737 KIND_VERSION : " 0.30.0"
Original file line number Diff line number Diff line change 2929 - name : Set up Go
3030 uses : actions/setup-go@v5
3131 with :
32- go-version : " ~1.24.10 "
32+ go-version : " ~1.24.13 "
3333 - name : Configure Git
3434 run : |
3535 git config user.name "$GITHUB_ACTOR"
Original file line number Diff line number Diff line change 160160prepare-e2e : kuttl docker-build start-kind
161161 kubectl create namespace l7operator
162162 kind load docker-image $(IMG )
163- docker pull ${GATEWAY_IMG}
164- kind load docker-image $(GATEWAY_IMG )
163+ # docker pull ${GATEWAY_IMG}
164+ # kind load docker-image $(GATEWAY_IMG)
165165 sed -i 's+docker.io/layer7api/layer7-operator:main+$(IMG)+g' deploy/bundle.yaml
166166 kubectl apply -f deploy/bundle.yaml --namespace l7operator
167167 kubectl create secret generic gateway-license --from-file=./testdata/license.xml --namespace l7operator
Original file line number Diff line number Diff line change 11module github.com/caapim/layer7-operator
22
3- go 1.24.10
3+ go 1.24.13
44
55require (
66 github.com/Khan/genqlient v0.8.1
You can’t perform that action at this time.
0 commit comments