Skip to content

Commit be02aa2

Browse files
authored
Merge pull request #105 from tklauser/go-mod-tidy-diff
ci: use go mod tidy -diff
2 parents 2df4f8b + 1e24498 commit be02aa2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- name: Check Go modules
3434
if: ${{ matrix.go-version == '1.24' && matrix.os == 'ubuntu-24.04' }}
3535
run: |
36-
go mod tidy
37-
git diff --exit-code
36+
go mod tidy -diff
3837
3938
4039
- name: Test (native)

0 commit comments

Comments
 (0)