Skip to content

Commit 2eb36b8

Browse files
committed
Merge branch 'master' of github.com:api7/api7-ingress-controller into revolyssup/backport-named-service-port
2 parents 729614a + 5c876a9 commit 2eb36b8

23 files changed

+422
-264
lines changed

.github/workflows/apisix-conformance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Go Env
5151
uses: actions/setup-go@v4
5252
with:
53-
go-version: "1.23"
53+
go-version: "1.24"
5454
- name: Install kind
5555
run: |
5656
go install sigs.k8s.io/[email protected]

.github/workflows/apisix-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Go Env
5151
uses: actions/setup-go@v4
5252
with:
53-
go-version: "1.23"
53+
go-version: "1.24"
5454

5555
- name: Login to Registry
5656
uses: docker/login-action@v3

.github/workflows/conformance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Go Env
4343
uses: actions/setup-go@v4
4444
with:
45-
go-version: "1.23"
45+
go-version: "1.24"
4646

4747
- name: Install kind
4848
run: |

.github/workflows/e2e-test-k8s.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Go Env
4545
uses: actions/setup-go@v4
4646
with:
47-
go-version: "1.23"
47+
go-version: "1.24"
4848

4949
- name: Install kind
5050
run: |

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Go Env
4747
uses: actions/setup-go@v4
4848
with:
49-
go-version: "1.23"
49+
go-version: "1.24"
5050

5151
- name: Install kind
5252
run: |

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go Env
3434
uses: actions/setup-go@v4
3535
with:
36-
go-version: "1.23"
36+
go-version: "1.24"
3737

3838
- name: check go path for debug
3939
run: go env

.github/workflows/lint-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Go Env
6868
uses: actions/setup-go@v4
6969
with:
70-
go-version: "1.23"
70+
go-version: "1.24"
7171
- name: run gofmt
7272
working-directory: ./
7373
run: |

.github/workflows/push-docker-v2-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Go Env
3636
uses: actions/setup-go@v4
3737
with:
38-
go-version: "1.23"
38+
go-version: "1.24"
3939

4040
# - name: Set up QEMU
4141
# uses: docker/setup-qemu-action@v3

.github/workflows/push-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go Env
3434
uses: actions/setup-go@v4
3535
with:
36-
go-version: "1.23"
36+
go-version: "1.24"
3737

3838
- name: Set up QEMU
3939
uses: docker/setup-qemu-action@v3

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Go Env
3535
uses: actions/setup-go@v4
3636
with:
37-
go-version: "1.23"
37+
go-version: "1.24"
3838
- name: Run unit test
3939
working-directory: ./
4040
run: |

0 commit comments

Comments
 (0)