Skip to content

Commit d54b446

Browse files
committed
chore: bump go version to 1.23
Signed-off-by: ashing <[email protected]>
1 parent 5711200 commit d54b446

File tree

11 files changed

+487
-461
lines changed

11 files changed

+487
-461
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: go
4747
uses: actions/setup-go@v4
4848
with:
49-
go-version: "1.22"
49+
go-version: "1.23"
5050

5151
- name: Install kind
5252
run: |
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Go Env
7272
uses: actions/setup-go@v4
7373
with:
74-
go-version: "1.22"
74+
go-version: "1.23"
7575

7676
- name: Login to Registry
7777
uses: docker/login-action@v1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: go
4444
uses: actions/setup-go@v4
4545
with:
46-
go-version: "1.22"
46+
go-version: "1.23"
4747

4848
- name: Install kind
4949
run: |
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Go Env
7272
uses: actions/setup-go@v4
7373
with:
74-
go-version: "1.22"
74+
go-version: "1.23"
7575

7676
- name: Login to Registry
7777
uses: docker/login-action@v1

.github/workflows/conformance-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: go
4444
uses: actions/setup-go@v4
4545
with:
46-
go-version: "1.22"
46+
go-version: "1.23"
4747

4848
- name: Install kind
4949
run: |
@@ -69,7 +69,7 @@ jobs:
6969
- name: Setup Go Env
7070
uses: actions/setup-go@v4
7171
with:
72-
go-version: "1.22"
72+
go-version: "1.23"
7373
- name: Login to Registry
7474
uses: docker/login-action@v1
7575
with:

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: go
4444
uses: actions/setup-go@v4
4545
with:
46-
go-version: "1.22"
46+
go-version: "1.23"
4747

4848
- name: Install kind
4949
run: |
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup Go Env
6969
uses: actions/setup-go@v4
7070
with:
71-
go-version: "1.22"
71+
go-version: "1.23"
7272

7373
- name: Login to Registry
7474
uses: docker/login-action@v1

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go Env
3737
uses: actions/setup-go@v4
3838
with:
39-
go-version: "1.22"
39+
go-version: "1.23"
4040

4141
- name: check go path for debug
4242
run: go env

.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.22"
38+
go-version: "1.23"
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.22"
36+
go-version: "1.23"
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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go Env
3737
uses: actions/setup-go@v4
3838
with:
39-
go-version: "1.22"
39+
go-version: "1.23"
4040
- name: Run unit test
4141
working-directory: ./
4242
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The APISIX Ingress Controller allows you to run the APISIX Gateway as a Kubernet
1515

1616
### Prerequisites
1717

18-
* go version v1.22.0+
18+
* go version v1.23.0+
1919
* docker version 17.03+.
2020
* kubectl version v1.11.3+.
2121
* Access to a Kubernetes v1.11.3+ cluster.

0 commit comments

Comments
 (0)