Skip to content

Commit 85b80b0

Browse files
committed
chore(release): v1.5.5
1 parent ce96fba commit 85b80b0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '^1.15'
14+
go-version: '^1.16'
1515
- run: make cover
1616
- uses: codecov/codecov-action@v1
1717
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.15
18+
go-version: ^1.16
1919
- uses: goreleaser/goreleaser-action@v2
2020
with:
2121
version: latest

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.4
1+
1.5.5

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66

77

8+
# [1.5.5](https://github.com/go-courier/husky/compare/v1.5.4...v1.5.5)
9+
10+
811
# [1.5.4](https://github.com/go-courier/husky/compare/v1.5.3...v1.5.4)
912

1013

14+
1115
# [1.5.3](https://github.com/go-courier/husky/compare/v1.5.2...v1.5.3)
1216

1317

0 commit comments

Comments
 (0)