Skip to content

Commit

Permalink
Revert "run go mod tidy after go mod vendor"
Browse files Browse the repository at this point in the history
  • Loading branch information
anderbubble authored Jun 7, 2024
1 parent bc94076 commit 66a2390
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ runs:
- name: Prepare vendor directory
run: make vendor
shell: bash

- name: Run go mod tidy
run: make tidy
shell: bash
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `wwctl container import` now only runs syncuser if explicitly requested. #1212
- wwinit now configures NetworkManager to not retain configurations from dracut. #1115
- Improved detection of SELinux capable root fs #1093
- Run `go mod tidy` after `go mod vendor`

### Fixed

Expand Down

0 comments on commit 66a2390

Please sign in to comment.