Commit graph

12 commits

Author SHA1 Message Date
dependabot[bot]
48c6a783ce
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 20:01:50 +00:00
dependabot[bot]
2c21aeed3a
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-04 20:12:31 +00:00
dependabot[bot]
1300d8d970
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-08-12 06:54:34 +00:00
Joachim Bauch
a5d02dbe26
generate: Commit all added files. 2025-01-15 17:14:22 +01:00
Joachim Bauch
0aa74e1d67
generate: Run "go mod tidy" after generating. 2025-01-15 17:08:42 +01:00
Joachim Bauch
1230787eb7
make: Rename "distclean" target to "clean-generated".
This is to avoid potential problems with packaging systems that call
"make distclean" during their clean stage and with that remove the
generated files.
2024-09-03 14:58:00 +02:00
Joachim Bauch
052b3e28ed
CI: Always do a full build of generated files. 2024-08-05 09:13:02 +02:00
Joachim Bauch
5d851b8374
CI: Only build code if token exists (i.e. with Dependabot). 2024-07-31 11:39:09 +02:00
Joachim Bauch
49574e9e81
CI: Update author information when commiting generated code. 2024-07-31 10:56:18 +02:00
Joachim Bauch
b2939d0ee4
CI: Push generated code from service account. 2024-07-31 10:42:08 +02:00
Joachim Bauch
158cd8b938
CI: Add job to update generated files. 2024-07-31 09:19:14 +02:00
Joachim Bauch
fd2ace0482
Keep generated files in the repository.
This reduces the OS dependencies to build a released version.
2024-07-24 15:09:27 +02:00