From 02ad24e6fe68898689e0f28d64e1eb3af2757d0c Mon Sep 17 00:00:00 2001 From: Hidetake Iwata Date: Mon, 22 Mar 2021 13:49:27 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1a1f1f6..c6f4ce44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kubelogin [![CircleCI](https://circleci.com/gh/int128/kubelogin.svg?style=shield)](https://circleci.com/gh/int128/kubelogin) [![Go Report Card](https://goreportcard.com/badge/github.com/int128/kubelogin)](https://goreportcard.com/report/github.com/int128/kubelogin) +# kubelogin [![go](https://github.com/int128/kubelogin/actions/workflows/go.yaml/badge.svg)](https://github.com/int128/kubelogin/actions/workflows/go.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/int128/kubelogin)](https://goreportcard.com/report/github.com/int128/kubelogin) This is a kubectl plugin for [Kubernetes OpenID Connect (OIDC) authentication](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#openid-connect-tokens), also known as `kubectl oidc-login`. @@ -142,7 +142,7 @@ Your pull request will be merged into master with squash. ### Development -Go 1.15+ is required. +Go 1.16+ is required. ```sh make