From 384f6ed83feea7b0030d9bb2c004fb7a19aa1a7c Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 15 Dec 2021 12:18:41 -0500 Subject: [PATCH] add fancy badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40d95f9..f4562b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## Experimenting with `k8s.io/client-go` and Go generics +[![Build](https://github.com/imjasonh/client-go2/actions/workflows/build.yaml/badge.svg)](https://github.com/imjasonh/client-go2/actions/workflows/build.yaml) + This is an experimental type-parameter-aware client that wraps [`k8s.io/client-go/dynamic`](https://pkg.go.dev/k8s.io/client-go/dynamic) _(...for now)_. Until Go 1.18 is released, use [`gotip`](https://pkg.go.dev/golang.org/dl/gotip), or the recently released [Go 1.18 beta](https://go.dev/blog/go1.18beta1).