We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 619594c + 2a9bb4a commit 0aed631Copy full SHA for 0aed631
2 files changed
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
17
with:
18
go-version: stable
19
- - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
+ - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
20
id: goreleaser
21
22
version: latest
.github/workflows/release.yaml
@@ -53,7 +53,7 @@ jobs:
53
registry: ghcr.io
54
username: ${{ github.repository_owner }}
55
password: ${{ secrets.GITHUB_TOKEN }}
56
57
58
59
0 commit comments