Commit Graph

17 Commits

Author SHA1 Message Date
Alejandro Ruiz 943e07a470 Upgrade mockgen for ci 2024-09-05 17:55:00 +02:00
nflynt f015b5f2bb
Merge pull request #433 from rancher/renovate/master-golangci-golangci-lint-action-6.x
chore(deps): update golangci/golangci-lint-action action to v6 (master)
2024-08-06 09:24:21 -04:00
renovate-rancher[bot] 1d5b01abe7
chore(deps): update golangci/golangci-lint-action action to v6 2024-07-30 04:35:07 +00:00
renovate-rancher[bot] a5afad2ab4
chore(deps): update actions/checkout action to v4.1.7 2024-06-13 04:35:26 +00:00
Eric Promislow c5a91a7555 No need to install go on a go container.
And fix the branch names.
2024-05-31 11:47:21 -07:00
Eric Promislow 0051a88a59 Remove a useless comment 2024-05-29 12:34:47 -07:00
Eric Promislow fc3ca491be Remove debug uname check 2024-05-28 14:42:14 -07:00
Eric Promislow 974611d271 Migrate to GHA 2024-05-28 14:40:50 -07:00
Tom Lebreux 8886c2677b
K8s 1.30 (#425)
* Use goimports instead of k8s.io/code-generator

* Upgrade k8s.io to 1.30

* Fix deepcopy-gen generator

* Migrate client-gen to gengo/v2

* Migrate listers generator to gengo/v2

* Migrate informers to gengo/v2

* Update setGenClient middleware to gengo/v2

* Migrate custom generators

---------

Co-authored-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
2024-05-01 16:16:56 -04:00
Krunal Hingu dfd5984f93 bump dependencies for k8s 1.29.3 | go version 1.21 | ci update 2024-04-30 23:20:09 +05:30
renovate-rancher[bot] a5fcba1b84
chore(deps): update actions/setup-go action to v5 (#379)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2024-04-09 15:52:48 -04:00
renovate-rancher[bot] 1095f23054
chore(deps): update golangci/golangci-lint-action action to v4 (#380)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2024-04-09 15:50:00 -04:00
renovate-rancher[bot] 7034ef52ee Add initial Renovate configuration 2024-04-02 18:25:59 +00:00
Alejandro Ruiz 3040716d42
Use indexer when listing cached types by hash (#326)
* Add indexer by hash for cached types

* Upgrade golangci-lint GitHub action, since it always fails now
2023-12-22 13:56:56 -05:00
Ricardo Weir 2be98fc321 Update go to 1.20 2023-09-05 18:09:14 -07:00
dependabot[bot] b1428016b2
Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-01 21:00:32 +00:00
Matt Farina cd3c8024db
Moving linting to GitHub Actions
The GitHub Action can display, right in the code (i.e. PR), where
the lint issue is at. This can provide more direct feedback to
PR authors.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2023-02-28 16:58:38 -05:00