Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
go-version-file: .go-version

- name: update NOTICE.txt
run: make notice
- name: update NOTICE.txt and NOTICE-FIPS.txt
run: mage check-notice

- name: run go mod tidy in testing/
run: cd testing; go mod tidy
Expand Down