Commit 4ff4a10
fix(release): update Go version to 1.25 and migrate to homebrew_casks
Two critical fixes for the release workflow:
1. Updated Go version from 1.21 to 1.25 in release.yml
- Required for building with latest Go features and dependencies
2. Migrated from deprecated 'brews' to 'homebrew_casks' in .goreleaser.yml
- 'brews' was deprecated in GoReleaser v2.10
- Updated configuration structure:
- Removed 'directory: Formula' field
- Changed to modern 'binaries' format
- Simplified completions configuration
- Added 'url.verified' field for audit compliance
- Updated commit message template from formula to cask
Fixes:
- Release workflow failures from deprecated configuration
- Go version compatibility issues
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 83fefcf commit 4ff4a10
2 files changed
Lines changed: 11 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
186 | 181 | | |
187 | 182 | | |
188 | 183 | | |
| |||
0 commit comments