From d0a807644a1685c14de4bf1c31edaf1840bee38f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 13 Feb 2023 19:59:39 -0700 Subject: [PATCH] Remove build image --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 51f0f8e..cbfa556 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Envconfig [![GoDoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/mod/github.com/sethvargo/go-envconfig) -[![GitHub Actions](https://img.shields.io/github/workflow/status/sethvargo/go-envconfig/unit/main?style=flat-square)](https://github.com/sethvargo/go-envconfig/actions?query=branch%3Amain+-event%3Aschedule) Envconfig populates struct field values based on environment variables or arbitrary lookup functions. It supports pre-setting mutations, which is useful