Skip to content

Commit

Permalink
fixes & bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Feb 23, 2023
1 parent 73fed0e commit a3f13c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.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.17", "1.18"]
go: ["1.19", "1.20"]
name: Go ${{ matrix.go }} run
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --cleanc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19

- name: Update checksum database
run: |
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img alt="Chaos Logo" src="/static/logo.png?v=0.12.0" width="150" />
<img alt="Chaos Logo" src="/static/logo.png?v=0.13.0" width="150" />
<h3 align="center">Chaos</h3>
<p align="center">A Server Chaos Maker, Set up in Minutes.</p>
<p align="center">
Expand All @@ -10,10 +10,10 @@
<img src="https://github.com/clivern/chaos/actions/workflows/ui.yml/badge.svg">
</a>
<a href="https://github.com/clivern/chaos/releases">
<img src="https://img.shields.io/badge/Version-v0.12.0-red.svg">
<img src="https://img.shields.io/badge/Version-v0.13.0-red.svg">
</a>
<a href="https://goreportcard.com/report/github.com/clivern/chaos">
<img src="https://goreportcard.com/badge/github.com/clivern/chaos?v=0.12.0">
<img src="https://goreportcard.com/badge/github.com/clivern/chaos?v=0.13.0">
</a>
<a href="https://godoc.org/github.com/clivern/chaos">
<img src="https://godoc.org/github.com/clivern/chaos?status.svg">
Expand Down

0 comments on commit a3f13c0

Please sign in to comment.