File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
packages/ecr-credential-provider-1.31 Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ package-name = "ecr-credential-provider-1.31"
1515releases-url = " https://github.com/kubernetes/cloud-provider-aws/releases"
1616
1717[[package .metadata .build-package .external-files ]]
18- url = " https://github.com/kubernetes/cloud-provider-aws/archive/v1.31.6 .tar.gz"
19- path = " cloud-provider-aws-1.31.6 .tar.gz"
20- sha512 = " 0b0c17be6ed98a6e116cf1b988ad6d511302585c491b34ca965fcf5eb7315c90b485613cd549df3babb2b49dc50abde61adc3b65247be9c64444122689f3331e "
18+ url = " https://github.com/kubernetes/cloud-provider-aws/archive/v1.31.7 .tar.gz"
19+ path = " cloud-provider-aws-1.31.7 .tar.gz"
20+ sha512 = " b1b254a82a6b10cd8f6d912495415d3758bbb46ce3ff690bd052d4798ebdee0a13d65ac9b1c60997f943c0166fae0230f9be566b3ab0a3cd8f4473e7e828e075 "
2121bundle-modules = [ " go" ]
2222
2323[build-dependencies ]
Original file line number Diff line number Diff line change 22%global gorepo cloud-provider-aws
33%global goimport %{goproject }/%{gorepo }
44
5- %global gover 1.31.6
5+ %global gover 1.31.7
66%global rpmver %{gover }
77
88%global _dwz_low_mem_die_limit 0
@@ -54,7 +54,8 @@ Conflicts: (%{_cross_os}image-feature(no-fips) or %{name}-bin)
5454%build
5555%set_cross_go_flags
5656
57- export GO_MAJOR= "1.23"
57+ export GOTOOLCHAIN= local
58+ export GO_MAJOR= "1.24"
5859
5960go build -ldflags= "${GOLDFLAGS}" -o= ecr-credential-provider cmd/ecr-credential-provider/*.go
6061gofips build -ldflags= "${GOLDFLAGS}" -o= fips/ecr-credential-provider cmd/ecr-credential-provider/*.go
You can’t perform that action at this time.
0 commit comments