Merge pull request #1247 from warewulf/revert-1243-hotfix_add_go_tidy

This commit is contained in:
Jonathon Anderson
2024-06-08 12:05:57 -06:00
committed by GitHub
2 changed files with 0 additions and 5 deletions

View File

@@ -29,7 +29,3 @@ runs:
- name: Prepare vendor directory
run: make vendor
shell: bash
- name: Run go mod tidy
run: make tidy
shell: bash

View File

@@ -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