Skip to content

Commit

Permalink
Merge pull request #155 from larvacea/go-leak
Browse files Browse the repository at this point in the history
Change Go version for k8s 1.23-1.29
  • Loading branch information
arnaldo2792 authored Sep 19, 2024
2 parents f3a8d3a + f409333 commit 8504897
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/kubernetes-1.23/kubernetes-1.23.spec
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang

%build
export FORCE_HOST_GO=1
export GO_MAJOR="1.22"
# Build codegen programs with the host toolchain.
make generated_files

Expand Down
1 change: 1 addition & 0 deletions packages/kubernetes-1.24/kubernetes-1.24.spec
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang

%build
export FORCE_HOST_GO=1
export GO_MAJOR="1.22"
# Build codegen programs with the host toolchain.
make generated_files

Expand Down
1 change: 1 addition & 0 deletions packages/kubernetes-1.25/kubernetes-1.25.spec
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang

%build
export FORCE_HOST_GO=1
export GO_MAJOR="1.22"
# Build codegen programs with the host toolchain.
make generated_files

Expand Down
1 change: 1 addition & 0 deletions packages/kubernetes-1.26/kubernetes-1.26.spec
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang

%build
export FORCE_HOST_GO=1
export GO_MAJOR="1.22"
# Build codegen programs with the host toolchain.
make hack/update-codegen.sh

Expand Down
1 change: 1 addition & 0 deletions packages/kubernetes-1.27/kubernetes-1.27.spec
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang

%build
export FORCE_HOST_GO=1
export GO_MAJOR="1.22"
# Build codegen programs with the host toolchain.
make hack/update-codegen.sh

Expand Down
1 change: 1 addition & 0 deletions packages/kubernetes-1.28/kubernetes-1.28.spec
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang

%build
export FORCE_HOST_GO=1
export GO_MAJOR="1.22"
# Build codegen programs with the host toolchain.
make hack/update-codegen.sh

Expand Down
1 change: 1 addition & 0 deletions packages/kubernetes-1.29/kubernetes-1.29.spec
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ cp third_party/forked/golang/PATENTS PATENTS.golang

%build
export FORCE_HOST_GO=1
export GO_MAJOR="1.22"
# Build codegen programs with the host toolchain.
make hack/update-codegen.sh

Expand Down

0 comments on commit 8504897

Please sign in to comment.