Skip to content

Commit

Permalink
fix release workflow go version
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed May 13, 2024
1 parent be12719 commit bcfc423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changes/v1.19.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
### ✨ Added

* [#651](https://github.com/miniscruff/changie/issues/651) Search upwards for a changie config file
* [#612](https://github.com/miniscruff/changie/issues/612) Key option to kind configs to separate visual labels from file names and yaml values
* [#612](https://github.com/miniscruff/changie/issues/612) Key option to kind configs to separate visual labels from file names and fragment values
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Setup NPM
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and is generated by [itself](https://github.com/miniscruff/changie).
### ✨ Added

* [#651](https://github.com/miniscruff/changie/issues/651) Search upwards for a changie config file
* [#612](https://github.com/miniscruff/changie/issues/612) Key option to kind configs to separate visual labels from file names and yaml values
* [#612](https://github.com/miniscruff/changie/issues/612) Key option to kind configs to separate visual labels from file names and fragment values

## v1.18.0 on 2024-01-15

Expand Down

0 comments on commit bcfc423

Please sign in to comment.