We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20973fa commit ad7903bCopy full SHA for ad7903b
.github/workflows/release.yml
@@ -23,13 +23,13 @@ jobs:
23
- name: Set up Go
24
uses: actions/setup-go@v5
25
with:
26
- go-version: 1.19
+ go-version: 1.22
27
- name: Run GoReleaser
28
uses: goreleaser/goreleaser-action@v6.0.0
29
30
distribution: goreleaser
31
version: latest
32
- args: release --rm-dist --debug
+ args: release --clean --verbose
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- name: Syndicate to GoDocs
0 commit comments