Skip to content

Commit

Permalink
add github badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitcharolia committed Jul 22, 2023
1 parent 26c0dc5 commit cad013c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit cad013c

Please sign in to comment.