Skip to content

Commit 446da6c

Browse files
committed
chore: apply review fixes
- Unified Go version to 1.24 in lint.yml (was 1.21) - Fixed CHANGELOG.md version links (added 1.4.2, 1.4.3) - Cleaned .gitignore (removed redundant log entries, removed SPEC.md)
1 parent 8b3aaff commit 446da6c

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.21'
21+
go-version: '1.24'
2222
cache: false
2323

2424
- name: golangci-lint
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-go@v5
3737
with:
38-
go-version: '1.21'
38+
go-version: '1.24'
3939

4040
- name: Check formatting
4141
run: |

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,10 @@ dist/
3636
.agent/
3737
.ask/
3838
ask.lock
39-
SPEC.md
4039

4140
# Wails build directory
4241
build/
4342
frontend/dist/
4443

4544
# Logs
4645
*.log
47-
ask.log
48-
server.log
49-
server_debug.log

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253253
- Configuration file support (`ask.yaml`)
254254
- Default repositories: Community, Anthropic, MCP-Servers, Scientific, Superpowers
255255

256-
[Unreleased]: https://github.com/yeasy/ask/compare/v1.4.1...HEAD
257-
[1.4.1]: https://github.com/yeasy/ask/compare/v1.4.0...v1.4.1
256+
[Unreleased]: https://github.com/yeasy/ask/compare/v1.4.3...HEAD
257+
[1.4.3]: https://github.com/yeasy/ask/compare/v1.4.2...v1.4.3
258+
[1.4.2]: https://github.com/yeasy/ask/compare/v1.4.0...v1.4.2
258259
[1.4.0]: https://github.com/yeasy/ask/compare/v1.3.3...v1.4.0
259260
[1.3.3]: https://github.com/yeasy/ask/compare/v1.3.2...v1.3.3
260261
[1.3.2]: https://github.com/yeasy/ask/compare/v1.3.1...v1.3.2

0 commit comments

Comments
 (0)