1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Mark Old
8ccbf40fff Add generated DeepCopy implementations for pkg/types/installconfig 2025-11-18 22:28:04 -08:00
Patrick Dillon
e1f1348d7a switch to go.uber.org/mock/gomock
Our existing genmock package is deprecated. go.uber.org/mock/gomock is
now recognized as the official fork.
2025-01-30 17:06:24 -05:00
Rafael Fonseca
83d0a6a2dd CORS-2340: hack: replace deprecated go-lint
Use golangci-lint instead, which is an aggregator of linters.

Resolves https://issues.redhat.com/browse/CORS-2340
2022-12-15 17:52:21 +01:00
Rafael Fonseca
80e02a974d chore: fix import order 2022-12-13 15:40:58 +01:00
Rafael Fonseca
6039d415ec tooling: add gci tool to standardize import order
The imports are ordered in 4 sections:
 - standard lib
 - default imports
 - prefix(github.com/openshift)
 - blank imports (_ <import_path>)
2022-12-13 15:40:57 +01:00
Yaakov Selkowitz
3ef9a63eb7 Fix gofmt for 1.17 2021-11-18 01:35:26 -05:00
staebler
567dffac8b vendor: add github.com/golang/mock/mockgen to tools
Add github.com/golang/mock/mockgen to build tools so that
go mod will determine that the package is required and include it
in the vendored code. This is useful for ensuring that a consistent
version of mockgen is used when generating the client mocks.
2021-02-21 11:20:40 -05:00
Abhinav Dahiya
c1dbb138f8 pkg/types: ensure kubebuilder can build correct documentation
go generate ./pkg/types/installconfig.go
2020-05-07 09:22:31 -07:00
Christian Glombek
8218eed083 Prepare migration to Go Modules and 1.13 2020-02-14 00:07:48 +01:00