Commit Graph

10 Commits

Author SHA1 Message Date
dependabot[bot] 10196238be Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 13:00:42 +02:00
dependabot[bot] 6e0e5720b6 Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 12:57:11 +02:00
Fredrik Lönnegren 620cef2a16 Bump github actions
Use the newer versions of:

* actions/cache             -> v4
* actions/checkout          -> v4
* actions/setup-go 	    -> v5
* actions/download-artifact -> v4
* actions/upload-artifact   -> v4

Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
2024-02-07 18:13:37 +01:00
Loic Devulder fc2698c898 ci: fix action versions used
It's usually not needed nor a good idea to fix a specific version for an
action, better to use the major version instead.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
2023-10-12 15:39:57 +02:00
Fredrik Lönnegren b27d2e6955
Update to go 1.19 (#408)
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
2023-04-04 13:55:50 +02:00
Fredrik Lönnegren d452a355c7 Use go 1.18
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
2023-01-12 11:13:23 +01:00
Itxaka 2e2b5a2034
tests: use latest url for rancher charts (#218) 2022-10-19 15:57:51 +02:00
Itxaka 7c81cbf8ec
Store binary artifacts on PR/master (#127) 2022-08-10 12:21:01 +02:00
Itxaka a71f29eba0 [ci] Up the go version and restore the proper cache
We were restoring the cache of go always but we need to restore only if
the sha of the go.sum its the same, otherwise we need to recreate the
cache

Signed-off-by: Itxaka <igarcia@suse.com>
2022-07-11 15:26:19 +02:00
Itxaka 26684d1888 Drop everything not needed for ros-operator
- Drops everything not needed for ros-operator
 - New simple Dockerfile
 - New jobs based on ros-operator only
 - Remove uneeded tests
 - Remove dependency on os2 images for integration tests
 - Use gorelease to release ros-operator binaries
 - Use docker to push ci images to ros-operator-ci registry on PR
 - Use docker to push master/tag images to ros-operator registry
 - Build chart indepently
 - Have a null test CI job for future integration tests

Signed-off-by: Itxaka <igarcia@suse.com>
2022-03-24 09:47:18 +01:00