Skip to content

Commit 3362b2c

Browse files
authored
Merge pull request #94 from CAAPIM/go_update
bump go version to 1.24.13 [security]
2 parents 61b82e8 + 1b3d10f commit 3362b2c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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"

.github/workflows/integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ e2e:
160160
prepare-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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/caapim/layer7-operator
22

3-
go 1.24.10
3+
go 1.24.13
44

55
require (
66
github.com/Khan/genqlient v0.8.1

0 commit comments

Comments
 (0)