Skip to content

fix: conditional go.sum check in release workflow#3

Merged
zoobzio merged 1 commit intomainfrom
fix/release-go-sum
Mar 19, 2026
Merged

fix: conditional go.sum check in release workflow#3
zoobzio merged 1 commit intomainfrom
fix/release-go-sum

Conversation

@zoobzio
Copy link
Collaborator

@zoobzio zoobzio commented Mar 19, 2026

Summary

  • Root module has no dependencies, so go.sum does not exist
  • Use conditional check: if [ -f go.sum ]; then git diff --exit-code go.sum; fi

Test plan

  • Release workflow passes on next tag push

Root module has no dependencies so go.sum does not exist.
@zoobzio zoobzio requested a review from wintermute-zbz as a code owner March 19, 2026 21:01
@zoobzio zoobzio merged commit 5a624b4 into main Mar 19, 2026
10 checks passed
@zoobzio zoobzio deleted the fix/release-go-sum branch March 19, 2026 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants