Skip to content

Commit

Permalink
Merge pull request #18 from renproject/feat/badger
Browse files Browse the repository at this point in the history
Fix build badger of the repo
  • Loading branch information
jazg committed Jan 7, 2020
2 parents eeaba48 + 0fcc2df commit 68ed4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: go
on: [push]
jobs:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `📦 kv`

[![GoDoc](https://godoc.org/github.com/renproject/kv?status.svg)](https://godoc.org/github.com/renproject/kv)
[![CircleCI](https://circleci.com/gh/renproject/kv/tree/master.svg?style=shield)](https://circleci.com/gh/renproject/kv/tree/master)
![](https://github.com/renproject/kv/workflows/go/badge.svg)
![Go Report](https://goreportcard.com/badge/github.com/renproject/kv)
[![Coverage Status](https://coveralls.io/repos/github/renproject/kv/badge.svg?branch=master)](https://coveralls.io/github/renproject/kv?branch=master)
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
Expand All @@ -25,7 +25,7 @@ go get github.com/renproject/kv
Requirements
------------

Requires `go1.6` or newer.
Requires `go1.11` or newer.

Usage
-----
Expand Down

0 comments on commit 68ed4dd

Please sign in to comment.