-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Chore: Bump versions - Golang - Kubernetes version in kubebuilder - Ubuntu version Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore: Bump golang version - Bump the github action versions Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore: Bump golang and github actions versions Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore: Bump golang and github action versions Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore(debug): Downgrade kubebuilder k8s version Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore(debug): Use makefile for kubebuilder install Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore(debug): Set kubernetes version in kubebuilder Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore: Bump all actions versions - And golang versions Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore(debug): Bump versions Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Fix: Bump versions - Updated golang version in go.mod - Updated staticcheck version Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore: Bump versions - Update the golangci-lint version Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore: Bump versions - Fix lint/staticcheck issues Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore: Bump versions - Fix lint issues Signed-off-by: Anoop Gopalakrishnan <[email protected]> * Chore: Bump versions - Fix lint issues Signed-off-by: Anoop Gopalakrishnan <[email protected]> --------- Signed-off-by: Anoop Gopalakrishnan <[email protected]>
- Loading branch information
Showing
21 changed files
with
117 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,16 @@ on: | |
jobs: | ||
# align with crossplane's choice https://github.com/crossplane/crossplane/blob/master/.github/workflows/backport.yml | ||
open-pr: | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-22.04 | ||
if: github.event.pull_request.merged | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@6ccd57f4c5d15bdc2fef309bd9fb6cc9db2ef1c6 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Open Backport PR | ||
uses: zeebe-io/[email protected].6 | ||
uses: zeebe-io/[email protected].9 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
github_workspace: ${{ github.workspace }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: thehanimo/[email protected].0 | ||
- uses: thehanimo/[email protected].2 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
pass_on_octokit_error: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.