Skip to content

Commit 4c7a4ae

Browse files
committed
chore(release): add GONOSUMDB to bypass sum server timing issues
Skip checksum verification for morphir modules during release to avoid timing issues with sum.golang.org indexing newly created tags.
1 parent be79d7a commit 4c7a4ae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
version: 2
55

6+
env:
7+
# Skip checksum verification for our own modules during release
8+
# This is needed because tags may not be indexed by sum.golang.org yet
9+
- GONOSUMDB=github.com/finos/morphir/*
10+
611
before:
712
hooks:
813
# Safeguard: Remove any replace directives that may have been accidentally committed

0 commit comments

Comments
 (0)