Skip to content

Commit 5d695b7

Browse files
alexandearldez
andauthored
dev: check go.sum is up to date (#4334)
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
1 parent 7656f82 commit 5d695b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
go mod tidy
2929
git diff --exit-code go.mod
30+
git diff --exit-code go.sum
3031
3132
# We already run the current golangci-lint in tests, but here we test
3233
# our GitHub action with the latest stable golangci-lint.

go.sum

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)