Commit 832581e
committed
ci(release.yaml): update GitHub Actions workflow to use latest versions and improve build process
The GitHub Actions workflow in `release.yaml` is updated to use the
latest versions of Ubuntu, checkout, setup-go, and goreleaser-action.
This ensures compatibility with the latest features and security
updates. The `go-version` is updated to 1.22 to leverage improvements
and new features in the latest Go release. Additionally, the `--clean`
argument is added to the goreleaser command to ensure a clean build
environment, reducing potential issues from previous builds.1 parent c53b8b9 commit 832581e
1 file changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | | - | |
| 13 | + | |
16 | 14 | | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | | - | |
| 18 | + | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
25 | | - | |
| 23 | + | |
0 commit comments