Skip to content

Commit

Permalink
ci: update Go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kencx committed Jun 2, 2023
1 parent 55dd7ad commit d5bb659
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
go-version: '1.20'

- name: Verify dependencies
run: go mod verify
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: '1.20'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[v0.2.0]: https://github.com/kencx/keyb/compare/v0.1.0...v0.2.0
[v0.3.0]: https://github.com/kencx/keyb/compare/v0.2.0...v0.3.0
[v0.4.0]: https://github.com/kencx/keyb/compare/v0.3.0...v0.4.0

## [v0.4.0]
### BREAKING
- Use `XDG_CONFIG_HOME` environment variable in macOS if set [#18](https://github.com/keyb/pull/18)

### Added
- Add ability to move cursor in search mode
[55dd7ad](https://github.com/kencx/keyb/commit/55dd7adead29316d3952e7c19bb5b15546394668)
- Add ability to customize cursor movement keys in search mode
[55dd7ad](https://github.com/kencx/keyb/commit/55dd7adead29316d3952e7c19bb5b15546394668)

### Changed
- Update dependencies [#19](https://github.com/kencx/keyb/pull/19) and
[3cba5b8](https://github.com/kencx/keyb/commit/3cba5b801acd617e9d1c37734582f3f15d2ec41b)

### Fixed
- Fix search bar cursor not blinking when focused [#20](https://github.com/kencx/keyb/pull/20)

## [v0.3.0]
### Added
Expand Down

0 comments on commit d5bb659

Please sign in to comment.