Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Mar 19, 2022
1 parent 577cd12 commit 2e361ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.13', '1.14', '1.15', '1.16', '1.17']
go: ['1.17']
name: Go ${{ matrix.go }} run
steps:
- uses: actions/checkout@v3
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/logo.png?v=0.4.2" width="240" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/logo.png?v=0.4.3" width="240" />
<h3 align="center">Peanut</h3>
<p align="center">Deploy Databases and Services Easily for Development and Testing Pipelines.</p>
<p align="center">
Expand All @@ -10,10 +10,10 @@
<img src="https://github.com/Clivern/Peanut/workflows/Release/badge.svg">
</a>
<a href="https://github.com/Clivern/Peanut/releases">
<img src="https://img.shields.io/badge/Version-0.4.2-red.svg">
<img src="https://img.shields.io/badge/Version-0.4.3-red.svg">
</a>
<a href="https://goreportcard.com/report/github.com/Clivern/Peanut">
<img src="https://goreportcard.com/badge/github.com/Clivern/Peanut?v=0.4.2">
<img src="https://goreportcard.com/badge/github.com/Clivern/Peanut?v=0.4.3">
</a>
<a href="https://godoc.org/github.com/clivern/peanut">
<img src="https://godoc.org/github.com/clivern/peanut?status.svg">
Expand All @@ -25,15 +25,15 @@
</p>
<br/>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/chart.png?v=0.4.2" width="80%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/chart.png?v=0.4.3" width="80%" />
</p>
<p align="center">
<h4 align="center">Dashboard Screenshots</h4>
<p align="center">
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_01.png?v=0.4.2" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_02.png?v=0.4.2" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_03.png?v=0.4.2" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_04.png?v=0.4.2" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_01.png?v=0.4.3" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_02.png?v=0.4.3" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_03.png?v=0.4.3" width="90%" />
<img src="https://raw.githubusercontent.com/Clivern/Peanut/main/assets/screenshot_04.png?v=0.4.3" width="90%" />
</p>
</p>

Expand Down

0 comments on commit 2e361ef

Please sign in to comment.