Skip to content

Commit

Permalink
Merge pull request #34 from reef-pi/fix_badge
Browse files Browse the repository at this point in the history
(chore)update hal , fix ci badge link
  • Loading branch information
ranjib authored Jan 10, 2021
2 parents 4a62beb + e90a53c commit 52ed585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A barebone go library for Raspberry Pi

[![Build Status](https://github.com/reef-pi/rpi/workflows/go/badge.svg?branch=master)
[![Build Status](https://github.com/reef-pi/rpi/workflows/go/badge.svg?branch=master)](https://github.com/reef-pi/rpi/actions)
[![Coverage Status](https://codecov.io/gh/reef-pi/rpi/branch/master/graph/badge.svg)](https://codecov.io/gh/reef-pi/rpi)
[![Go Report Card](https://goreportcard.com/badge/reef-pi/rpi)](https://goreportcard.com/report/reef-pi/rpi)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/reef-pi/rpi/blob/master/LICENSE.txt)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ go 1.13
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/reef-pi/embd v0.0.0-20200823212911-23a8c07341dd
github.com/reef-pi/hal v0.0.0-20210110092437-fc2d84fd0cbf
github.com/reef-pi/hal v0.0.0-20210110194416-096527efd4a0
)
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekf
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/reef-pi/embd v0.0.0-20200823212911-23a8c07341dd h1:7C2RnXExMPkAgq+OhGTivaTz0icwlo/3T+eJ8rGt0CM=
github.com/reef-pi/embd v0.0.0-20200823212911-23a8c07341dd/go.mod h1:vLR1mLVXpivVlbXyVJ4CdsUpOoyDWas+xjikOIzVV0g=
github.com/reef-pi/hal v0.0.0-20200226044219-163a37bab6d9 h1:OyeCPwOa5pUycf6zG/5Jb8SWAeK1Irux1Ufyhd8bRPg=
github.com/reef-pi/hal v0.0.0-20200226044219-163a37bab6d9/go.mod h1:ymcJ0AbYfWXT1vyAbXOjKtWaFdCv1HHYmXDMWxJSWSM=
github.com/reef-pi/hal v0.0.0-20210110092437-fc2d84fd0cbf h1:X6MRSKUqEpdExtkQYQZUB8bGMofLBV16qFZTiW53j6o=
github.com/reef-pi/hal v0.0.0-20210110092437-fc2d84fd0cbf/go.mod h1:ymcJ0AbYfWXT1vyAbXOjKtWaFdCv1HHYmXDMWxJSWSM=
github.com/reef-pi/hal v0.0.0-20210110194416-096527efd4a0 h1:NcNTQVeL3vOTfqigD2Tibea3XYY9IxmHL8IhqGiBn1k=
github.com/reef-pi/hal v0.0.0-20210110194416-096527efd4a0/go.mod h1:ymcJ0AbYfWXT1vyAbXOjKtWaFdCv1HHYmXDMWxJSWSM=

0 comments on commit 52ed585

Please sign in to comment.