Commit Graph

4 Commits

Author SHA1 Message Date
Ciprian Hacman ecc30f7b47 Fix update and verify goimports 2020-08-12 16:24:17 +03:00
Peter Rifel 6cefa29adf
Update goimports script for go 1.14
Without this change, go 1.14 reports this error:

```
cannot find module providing package golang.org/x/tools/cmd/goimports: working directory is not part of a module
```

Ideally this wouldn't rely on kops being in the GOPATH but that may require updating goimports. This can happen in a followup PR
2020-07-14 15:53:55 -05:00
Justin Santa Barbara 3239f44ba8 Run goimports from locked version in go.mod
This avoids relying on the version that happens to be installed.
2019-11-24 01:00:30 -05:00
Justin Santa Barbara a41e7598ca Script to call goimports
Trying out python
2017-03-16 09:42:38 -04:00