Skip to content

Commit c7f8c27

Browse files
committed
ci: downgrade goreleaser to 2.11
1 parent f3b4740 commit c7f8c27

File tree

3 files changed

+69
-73
lines changed

3 files changed

+69
-73
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,3 @@ jobs:
7373
uses: actions/attest-build-provenance@v3
7474
with:
7575
subject-checksums: ./dist/checksums.txt
76-
77-
- uses: actions/attest-build-provenance@v2
78-
with:
79-
subject-checksums: ./dist/digests.txt

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
33
"packages": {
44
"go-task": "3.45.5",
5-
"goreleaser": "2.12.7",
5+
"goreleaser": "2.11.2",
66
"golangci-lint": "2.6.2",
77
"go": "1.25.3",
88
"git": "2.51.2",

0 commit comments

Comments
 (0)