Skip to content

Commit fc48201

Browse files
committed
upgrade to go 1.21
1 parent 6444a84 commit fc48201

File tree

138 files changed

+2458
-787
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+2458
-787
lines changed

.github/docker/cluster_test_vreplication_basic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"
22

3-
ARG bootstrap_version=3.1
3+
ARG bootstrap_version=3.2
44
ARG image="vitess/bootstrap:${bootstrap_version}-mysql57"
55

66
FROM "${image}"

.github/docker/cluster_test_vreplication_cellalias/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"
22

3-
ARG bootstrap_version=3.1
3+
ARG bootstrap_version=3.2
44
ARG image="vitess/bootstrap:${bootstrap_version}-mysql57"
55

66
FROM "${image}"

.github/docker/cluster_test_vreplication_multicell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"
22

3-
ARG bootstrap_version=3.1
3+
ARG bootstrap_version=3.2
44
ARG image="vitess/bootstrap:${bootstrap_version}-mysql57"
55

66
FROM "${image}"

.github/docker/cluster_test_vreplication_v2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"
22

3-
ARG bootstrap_version=3.1
3+
ARG bootstrap_version=3.2
44
ARG image="vitess/bootstrap:${bootstrap_version}-mysql57"
55

66
FROM "${image}"

.github/docker/unit_test_mariadb103/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"
22

3-
ARG bootstrap_version=3.1
3+
ARG bootstrap_version=3.2
44
ARG image="vitess/bootstrap:${bootstrap_version}-mariadb103"
55

66
FROM "${image}"

.github/docker/unit_test_mysql57/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"
22

3-
ARG bootstrap_version=3.1
3+
ARG bootstrap_version=3.2
44
ARG image="vitess/bootstrap:${bootstrap_version}-mysql57"
55

66
FROM "${image}"

.github/docker/unit_test_race/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG bootstrap_version=3.1
1+
ARG bootstrap_version=3.2
22
ARG image="vitess/bootstrap:${bootstrap_version}-mysql57"
33

44
FROM "${image}"

.github/workflows/check_formatting.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ jobs:
44

55
build:
66
name: Check Formatting
7-
runs-on: ubuntu-latest
7+
runs-on:
8+
group: vitess-ubuntu20
89
steps:
910

1011
- name: Set up Go
11-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1213
with:
13-
go-version: 1.17.12
14+
go-version: '1.21'
15+
check-latest: true
1416

1517
- name: Tune the OS
1618
run: |

.github/workflows/check_imports.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ jobs:
44

55
build:
66
name: Check Imports
7-
runs-on: ubuntu-latest
7+
runs-on:
8+
group: vitess-ubuntu20
89
steps:
910

1011
- name: Set up Go
11-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1213
with:
13-
go-version: 1.17.12
14+
go-version: '1.21'
15+
check-latest: true
1416

1517
- name: Check out code
1618
uses: actions/checkout@v2

.github/workflows/check_make_parser.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ jobs:
44

55
build:
66
name: Check Make Parser
7-
runs-on: ubuntu-latest
7+
runs-on:
8+
group: vitess-ubuntu20
89
steps:
910

1011
- name: Set up Go
11-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1213
with:
13-
go-version: 1.17.12
14+
go-version: '1.21'
15+
check-latest: true
1416

1517
- name: Tune the OS
1618
run: |

.github/workflows/check_make_sizegen.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ jobs:
44

55
build:
66
name: Check Make Sizegen
7-
runs-on: ubuntu-latest
7+
runs-on:
8+
group: vitess-ubuntu20
89
steps:
910

1011
- name: Set up Go
11-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1213
with:
13-
go-version: 1.17.12
14+
go-version: '1.21'
15+
check-latest: true
1416

1517
- name: Tune the OS
1618
run: |

.github/workflows/check_make_visitor.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ jobs:
44

55
build:
66
name: Check Make Visitor
7-
runs-on: ubuntu-latest
7+
runs-on:
8+
group: vitess-ubuntu20
89
steps:
910

1011
- name: Set up Go
11-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1213
with:
13-
go-version: 1.17.12
14+
go-version: '1.21'
15+
check-latest: true
1416

1517
- name: Tune the OS
1618
run: |

.github/workflows/check_runs_analysis.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
analyze:
77
if: github.repository == 'vitessio/vitess'
88
name: analyze_check_runs
9-
runs-on: ubuntu-latest
9+
runs-on:
10+
group: vitess-ubuntu20
1011
steps:
1112

1213
- uses: actions/checkout@v2

.github/workflows/cluster_endtoend_11.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (11)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_12.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (12)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_13.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (13)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_14.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (14)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_15.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (15)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_16.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (16)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_17.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (17)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_18.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (18)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_19.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (19)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_20.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (20)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_21.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (21)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

.github/workflows/cluster_endtoend_22.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ concurrency:
1818
jobs:
1919
build:
2020
name: Run endtoend tests on Cluster (22)
21-
runs-on: ubuntu-18.04
21+
runs-on:
22+
group: vitess-ubuntu20
2223

2324
steps:
2425
- name: Set up Go
25-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2627
with:
27-
go-version: 1.17.12
28+
go-version: '1.21'
29+
check-latest: true
2830

2931
- name: Tune the OS
3032
run: |

0 commit comments

Comments
 (0)