Skip to content

Commit

Permalink
dev: check go.sum is up to date (golangci#4334)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovic Fernandez <[email protected]>
  • Loading branch information
alexandear and ldez authored Jan 24, 2024
1 parent 7656f82 commit 5d695b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
go mod tidy
git diff --exit-code go.mod
git diff --exit-code go.sum
# We already run the current golangci-lint in tests, but here we test
# our GitHub action with the latest stable golangci-lint.
Expand Down
2 changes: 0 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d695b7

Please sign in to comment.