dependabot[bot]
66c1478c1b
build(deps): 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-08 00:02:24 +00:00
dependabot[bot]
efbd2a6ef1
build(deps): 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-18 00:31:49 +00:00
dependabot[bot]
13ed4a59f5
build(deps): bump joelanford/go-apidiff from 0.8.2 to 0.8.3
...
Bumps [joelanford/go-apidiff](https://github.com/joelanford/go-apidiff ) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/joelanford/go-apidiff/releases )
- [Commits](https://github.com/joelanford/go-apidiff/compare/v0.8.2...v0.8.3 )
---
updated-dependencies:
- dependency-name: joelanford/go-apidiff
dependency-version: 0.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 00:31:28 +00:00
yugo kobayashi
880a7a0187
add go work verification step for github actions ( #5833 )
...
* add go work verification step for github actions
* failure-example_this_commit_will_be_failed_to_check_go_work_sync
* Revert "failure-example_this_commit_will_be_failed_to_check_go_work_sync"
This reverts commit d8fd5020dc .
2025-01-07 10:58:29 -08:00
koba1t
b36b222b26
add write permission to run release CI
2024-09-27 01:36:10 +09:00
koba1t
a3c0b4add7
disable for a step to skip test when that is docs PR
2024-09-15 01:56:28 +09:00
dependabot[bot]
96c6bbad2c
build(deps): bump dorny/paths-filter from 2 to 3
...
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter ) from 2 to 3.
- [Release notes](https://github.com/dorny/paths-filter/releases )
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dorny/paths-filter/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-19 19:59:25 +00:00
dependabot[bot]
f93b0ead3c
build(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-19 01:09:56 +00:00
Kubernetes Prow Robot
537c4fa5c2
Merge pull request #5438 from sarab97/act-skip-cond
...
Add condtional checks on jobs to skip on document changes.
2024-02-13 09:52:02 -08:00
dependabot[bot]
4e93959754
build(deps): bump joelanford/go-apidiff from 0.7.0 to 0.8.2
...
Bumps [joelanford/go-apidiff](https://github.com/joelanford/go-apidiff ) from 0.7.0 to 0.8.2.
- [Release notes](https://github.com/joelanford/go-apidiff/releases )
- [Commits](https://github.com/joelanford/go-apidiff/compare/v0.7.0...v0.8.2 )
---
updated-dependencies:
- dependency-name: joelanford/go-apidiff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-22 01:11:48 +00:00
dependabot[bot]
16f7e42392
build(deps): bump actions/setup-go from 3 to 5
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v5 )
---
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-12-11 00:46:34 +00:00
Kubernetes Prow Robot
b22dbc7db9
Merge pull request #5326 from kubernetes-sigs/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-12-07 05:13:11 +01:00
Kubernetes Prow Robot
bfe18b8198
Merge pull request #5309 from kubernetes-sigs/dependabot/github_actions/joelanford/go-apidiff-0.7.0
...
Bump joelanford/go-apidiff from 0.6.0 to 0.7.0
2023-12-07 05:13:04 +01:00
sarab
fefa21fa01
Add conditional doc check in go workflow
...
Add checkout
2023-11-24 14:41:40 +05:30
Kubernetes Prow Robot
45e57f0228
Merge pull request #5350 from kubernetes-sigs/revert-5332-master
...
Revert "Disable CI Code Checks if all PR changes fall under `site/`"
2023-09-29 15:01:56 -07:00
Kubernetes Prow Robot
f65506d285
Merge pull request #5268 from kubernetes-sigs/dependabot/github_actions/nashmaniac/create-issue-action-1.2
...
Bump nashmaniac/create-issue-action from 1.1 to 1.2
2023-09-29 10:52:43 -07:00
Natasha Sarkar
cbbd1599f2
Revert "Disable CI Code Checks if all PR changes fall under site/"
2023-09-29 09:50:39 -05:00
Roopesh V S
433be59ea7
ignore pr code checks for docs only changes
2023-09-18 19:49:11 +05:30
dependabot[bot]
7b9880aaab
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-11 01:11:25 +00:00
dependabot[bot]
9966387002
Bump joelanford/go-apidiff from 0.6.0 to 0.7.0
...
Bumps [joelanford/go-apidiff](https://github.com/joelanford/go-apidiff ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/joelanford/go-apidiff/releases )
- [Commits](https://github.com/joelanford/go-apidiff/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: joelanford/go-apidiff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 01:10:56 +00:00
koba1t
b1717c8a97
change_release_flow_to_build_scripts
2023-08-17 22:57:44 +09:00
dependabot[bot]
daf06622a2
Bump nashmaniac/create-issue-action from 1.1 to 1.2
...
Bumps [nashmaniac/create-issue-action](https://github.com/nashmaniac/create-issue-action ) from 1.1 to 1.2.
- [Release notes](https://github.com/nashmaniac/create-issue-action/releases )
- [Commits](https://github.com/nashmaniac/create-issue-action/compare/v1.1...v1.2 )
---
updated-dependencies:
- dependency-name: nashmaniac/create-issue-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-14 00:53:35 +00:00
Varsha Prasad Narsing
820f17c73b
[Chore] Enable go-api-diff checker
...
This PR introduces go-api-diff checker in Makefile
and in CI to make sure we don't end up breaking APIs
unintentionally.
Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com >
2023-07-12 13:55:07 -04:00
yugo kobayashi
ffd45f6893
Set go version on github actions from gowork file
2022-12-09 18:14:09 +00:00
Katrina Verey
91a2c2b1a4
Update to Go 1.19
2022-11-17 12:57:17 -05:00
Davor Kapsa
cd35e95560
update actions/checkout
2022-10-11 11:41:21 +02:00
yugo kobayashi
6fb96b7d53
update go 1.18
2022-07-07 20:11:29 +00:00
dependabot[bot]
0d600af35a
Bump actions/setup-go from 2 to 3
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
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 >
2022-04-11 01:05:22 +00:00
Kubernetes Prow Robot
4fc02497ae
Merge pull request #4564 from KnVerey/rework_ci
...
Make CI much more effective
2022-04-06 12:36:26 -07:00
Katrina Verey
c071cdaedd
More makefile cleanup
2022-04-05 14:31:17 -04:00
Katrina Verey
df80b29694
Test other modules on all platforms
2022-04-04 20:14:49 -04:00
Katrina Verey
af06ae6b69
add kustomize module to tests that run on master
2022-04-04 17:47:33 -04:00
Katrina Verey
46875b6ac4
More makefile cleanup
2022-04-04 16:46:41 -04:00
Katrina Verey
877d72b10b
Run license check in CI
2022-04-01 17:42:59 -04:00
Naveen
c743f13d0d
Add permissions to GitHub actions
...
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
Setting token permissions to read-only follows the principle of least privilege. This is important because attackers may use a compromised token with write access to push malicious code into the project.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
2022-04-01 16:34:21 -05:00
Katrina Verey
0d32543ebd
Makefiles for all modules
2022-04-01 17:31:34 -04:00
Katrina Verey
d3a7b9008b
Enable linting from specific rev in CI
2022-03-31 11:37:37 -04:00
yutachaos
dd3377b1a0
Update CI go version 1.16
...
Signed-off-by: yutachaos <18604471+yutachaos@users.noreply.github.com >
2021-10-08 14:02:50 +09:00
Francesc Campoy
324581594c
Test api for all platforms and skip those breaking on Windows
2021-06-16 14:18:48 -07:00
monopole
172adc404f
Consolidate scripts into k8s-traditional hack dir.
2021-05-24 17:09:11 -07:00
Mike Borozdin
072ae36fe6
removing travis references
2020-11-03 10:04:42 -08:00
Phillip Wittrock
f63faca999
Test on windows and mac
2020-05-21 19:08:31 -07:00
Phillip Wittrock
259624ac07
run e2e tests in GitHub Actions CI
2020-05-06 08:59:54 -07:00
Phillip Wittrock
02235007e1
Create go.yml
2020-05-06 07:52:18 -07:00