diff options
Diffstat (limited to 'security/aws-iam-authenticator/Makefile')
-rw-r--r-- | security/aws-iam-authenticator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile index 5bb7e0b17303..0304ac2f9d6a 100644 --- a/security/aws-iam-authenticator/Makefile +++ b/security/aws-iam-authenticator/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-iam-authenticator -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.7 DISTVERSIONPREFIX= v CATEGORIES= security @@ -9,7 +9,7 @@ WWW= https://github.com/kubernetes-sigs/aws-iam-authenticator LICENSE= APACHE20 -USES= go:1.24,modules +USES= go:1.25,modules GO_MODULE= github.com/kubernetes-sigs/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} |