Commit fed5fd7
Test User
fix: use GoReleaser v2 to support version 2 configuration
GoReleaser v1.x doesn't support version 2 configuration files.
Changed from 'version: latest' (which installs v1.26.2) to 'version: v2'
to install GoReleaser v2.x which supports the version 2 config format.
This fixes the error:
error=only configurations files on version: 1 are supported, yours is version: 21 parent 22d3e7a commit fed5fd7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments