Skip to content

Commit

Permalink
add release notes for v0.5.1 (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Vardhan <[email protected]>
  • Loading branch information
Harsh Vardhan authored Jul 14, 2022
1 parent 54d69d2 commit 2e58733
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17.7
- name: Set up Go 1.18.3
uses: actions/setup-go@v2
with:
go-version: 1.17.7
go-version: 1.18.3
id: go_3

- name: Checkout
Expand All @@ -23,10 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17.7
- name: Set up Go 1.18.3
uses: actions/setup-go@v2
with:
go-version: 1.17.7
go-version: 1.18.3
id: go

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
version: v1.46.2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.7
go-version: 1.18.3
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release v0.6.0
# Release v0.5.1

<img width="300" align="right" alt="OpenEBS Logo" src="https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/stacked/color/openebs-stacked-color.png" xmlns="http://www.w3.org/1999/html">

Expand Down

0 comments on commit 2e58733

Please sign in to comment.