Skip to content

Commit 2a5f5f8

Browse files
aanogueiraclaude
andcommitted
fix: replace go mod tidy with go mod download in goreleaser
go mod tidy fails because sourcegraph/scip transitively imports bufbuild/protocompile/experimental/report/tags which doesn't exist in the latest released version. The CLI build doesn't need those packages — go mod download fetches only what's in go.sum. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Andre Nogueira <aanogueira@protonmail.com>
1 parent be18600 commit 2a5f5f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010

1111
before:
1212
hooks:
13-
- go mod tidy
13+
- go mod download
1414
- go mod verify
1515

1616
builds:

0 commit comments

Comments
 (0)