Skip to content

Commit 2e58733

Browse files
author
Harsh Vardhan
authored
add release notes for v0.5.1 (#154)
Signed-off-by: Harsh Vardhan <[email protected]>
1 parent 54d69d2 commit 2e58733

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88

9-
- name: Set up Go 1.17.7
9+
- name: Set up Go 1.18.3
1010
uses: actions/setup-go@v2
1111
with:
12-
go-version: 1.17.7
12+
go-version: 1.18.3
1313
id: go_3
1414

1515
- name: Checkout
@@ -23,10 +23,10 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525

26-
- name: Set up Go 1.17.7
26+
- name: Set up Go 1.18.3
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: 1.17.7
29+
go-version: 1.18.3
3030
id: go
3131

3232
- name: Checkout

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: golangci-lint
1616
uses: golangci/golangci-lint-action@v2
1717
with:
18-
version: v1.29
18+
version: v1.46.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.17.7
24+
go-version: 1.18.3
2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v2
2727
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release v0.6.0
1+
# Release v0.5.1
22

33
<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">
44

0 commit comments

Comments
 (0)