Commit 47dd659
committed
Fix: Update .goreleaser.yml to v2 syntax
The .goreleaser.yml file was using deprecated syntax from GoReleaser v1, causing the build to fail. This commit updates the configuration to use the v2 syntax, including replacing 'archives.replacements' and 'snapshot.name_template' with their modern equivalents. This ensures the build will pass and preserves the original artifact naming convention.1 parent af8e81f commit 47dd659
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
| 18 | + | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
| |||
0 commit comments