From cad013c9cc30f5e42a7da4846a07a72b0d3a9881 Mon Sep 17 00:00:00 2001 From: Ankit Charolia Date: Sat, 22 Jul 2023 18:33:21 +0200 Subject: [PATCH] add github badges --- .goreleaser.yaml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2ceffa0..eed3ff4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -10,7 +10,7 @@ builds: ldflags: - -extldflags="-static" env: - - CGO_ENABLED=0 + - CGO_ENABLED=0 # it tells the Go compiler to produce a statically linked binary without any dynamic library dependencies goos: - linux - darwin diff --git a/README.md b/README.md index 9898c4c..6b9e52f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Release Version](https://img.shields.io/github/v/release/ankitcharolia/goenv?label=goenv)](https://github.com/ankitcharolia/goenv/releases/latest) +![Build CI](https://github.com/ankitcharolia/goenv/actions/workflows/build-publish.yaml/badge.svg) +![CodeQL](https://github.com/ankitcharolia/goenv/actions/workflows/codeql-analysis.yaml/badge.svg) +[![Go Report Card](https://goreportcard.com/badge/github.com/ankitcharolia/goenv)](https://goreportcard.com/report/github.com/ankitcharolia/goenv) + # goenv (Golang Version Manager) goenv is a command-line tool to manage multiple versions of Golang on your system.