File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/aws-iam-authenticator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ path = "../packages.rs"
1212releases-url = " https://github.com/kubernetes-sigs/aws-iam-authenticator/releases"
1313
1414[[package .metadata .build-package .external-files ]]
15- url = " https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.7.5 /aws-iam-authenticator-0.7.5 .tar.gz"
16- sha512 = " 9818dac7c6f651fb04b80e5ea363d2ce35dcc1988d78f67a0320f592ddff20fb286033bf6112f5e9a08736b3c341dab64895654f914b3a53a35f6c0ebd74fa91 "
15+ url = " https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.7.8 /aws-iam-authenticator-0.7.8 .tar.gz"
16+ sha512 = " 63dc40f7ad3f1de4cb4fa3bcda793fe73276fb477f5e001593698cd272fd7d06ff19b3dd73b29b682ef91b25870abae5241e658032d21f647f9b091509e1d5a8 "
1717bundle-modules = [ " go" ]
1818
1919[build-dependencies ]
Original file line number Diff line number Diff line change 22%global gorepo aws-iam-authenticator
33%global goimport %{goproject }/%{gorepo }
44
5- %global gover 0.7.5
5+ %global gover 0.7.8
66%global rpmver %{gover }
77
88%global _dwz_low_mem_die_limit 0
@@ -53,7 +53,7 @@ Conflicts: (%{_cross_os}image-feature(no-fips) or %{name}-bin)
5353
5454%build
5555%set_cross_go_flags
56- export GO_MAJOR=" 1.24 "
56+ export GO_MAJOR=" 1.25 "
5757go build -ldflags=" ${GOLDFLAGS} " -o aws-iam-authenticator ./cmd/aws-iam-authenticator
5858gofips build -ldflags=" ${GOLDFLAGS} " -o fips/aws-iam-authenticator ./cmd/aws-iam-authenticator
5959
You can’t perform that action at this time.
0 commit comments