Commit 9b64e0b
authored
fix: align toolchain versions and remove disabled/duplicate CI files (#32)
* fix: align toolchain versions and remove disabled/duplicate CI files
- mise.toml: bumped go 1.26.1 -> 1.26.4 to match go.mod/CI.
- CI: aligned golangci-lint version between ci.yml and mise.toml; pinned gofumpt v0.10.0 (was @latest).
- Removed two permanently-disabled workflow stubs (license-check.yml -> non-existent shared workflow; lint.yml -> redundant with ci.yml).
- Removed duplicate .github/CODEOWNERS (kept the richer root CODEOWNERS).
Verified: go build/vet/test pass; gofumpt clean; golangci-lint 0 issues.
* fix: restore code owners
* fix: remove duplicate .github/CODEOWNERS so root CODEOWNERS governs
The .github/CODEOWNERS (`* @GrayCodeAI/cli-maintainers`) took GitHub
precedence over the richer root CODEOWNERS, shadowing the per-directory
ownership (security-team for /redact/, devops-team for CI/build, etc.).
Removing it restores the intended ownership policy.1 parent f7a50ea commit 9b64e0b
5 files changed
Lines changed: 3 additions & 57 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments