-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
Upstream
-
3
-
False
-
-
False
-
-
-
Core Packages - 260
-
0
-
0.000
[2576626764] Upstream Reporter: Steven Presti
Upstream issue status: Closed
Upstream description:
- Bug #
When running the shell script for ./test which is invoked in our CI, we currently are getting
```shell
Checking for license headers...
Using version from git: v2.19.0-80-g74f68429-dirty
Building ignition...
Building ignition-validate...
Checking gofix...
invalid -go=
```
- Ignition Version ##
Latest
- Environment ##
CI build or local
- Expected Behavior ##
No error, and it to report the expected diff from `go tool fix`
- Actual Behavior ##
- Reproduction Steps ##
1. Clean enviornment
```cmd
go clean -modcache
rm -rf vendor/
go mod tidy
go mod vendor
```
2. Run `./test.sh`
- Other Information ##
The sudden failure of this is odd, it was working, golang target has not changed, the only thing I can think is maybe a dependency is not playing well with go tool fix. However, thats also odd because it would not have made it into main (since this is invoked in ci)
- links to