Skip to content

Commit 8504897

Browse files
authored
Merge pull request #155 from larvacea/go-leak
Change Go version for k8s 1.23-1.29
2 parents f3a8d3a + f409333 commit 8504897

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

packages/kubernetes-1.23/kubernetes-1.23.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang
194194

195195
%build
196196
export FORCE_HOST_GO=1
197+
export GO_MAJOR="1.22"
197198
# Build codegen programs with the host toolchain.
198199
make generated_files
199200

packages/kubernetes-1.24/kubernetes-1.24.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang
174174

175175
%build
176176
export FORCE_HOST_GO=1
177+
export GO_MAJOR="1.22"
177178
# Build codegen programs with the host toolchain.
178179
make generated_files
179180

packages/kubernetes-1.25/kubernetes-1.25.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang
166166

167167
%build
168168
export FORCE_HOST_GO=1
169+
export GO_MAJOR="1.22"
169170
# Build codegen programs with the host toolchain.
170171
make generated_files
171172

packages/kubernetes-1.26/kubernetes-1.26.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang
156156

157157
%build
158158
export FORCE_HOST_GO=1
159+
export GO_MAJOR="1.22"
159160
# Build codegen programs with the host toolchain.
160161
make hack/update-codegen.sh
161162

packages/kubernetes-1.27/kubernetes-1.27.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang
142142

143143
%build
144144
export FORCE_HOST_GO=1
145+
export GO_MAJOR="1.22"
145146
# Build codegen programs with the host toolchain.
146147
make hack/update-codegen.sh
147148

packages/kubernetes-1.28/kubernetes-1.28.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang
142142

143143
%build
144144
export FORCE_HOST_GO=1
145+
export GO_MAJOR="1.22"
145146
# Build codegen programs with the host toolchain.
146147
make hack/update-codegen.sh
147148

packages/kubernetes-1.29/kubernetes-1.29.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang
142142

143143
%build
144144
export FORCE_HOST_GO=1
145+
export GO_MAJOR="1.22"
145146
# Build codegen programs with the host toolchain.
146147
make hack/update-codegen.sh
147148

0 commit comments

Comments
 (0)