Skip to content

Commit

Permalink
Merge branch 'main' into readme-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycharly authored Sep 21, 2023
2 parents 49388c9 + d82ab7e commit 5714418
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/cherry-pick-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enabled: true
preservePullRequestTitle: true
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: "1.20"
go-version: ~1.21.1

- name: Test Policy
run: go run ./cmd/cli/kubectl-kyverno test ../policies
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: "1.20"
go-version: ~1.21.1
- name: Lint policies
run: |
set -e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: ~1.20.2
go-version: ~1.21.1
- name: Install Tools
run: |
GOBIN=$(pwd)/.tools/ go install sigs.k8s.io/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ repositoryID: 231d81b2-c91a-4a4b-907e-67c0a863e8fa
owners:
- name: Chip Zoller
email: [email protected]
- name: Charles-Edouard Brétéché
email: [email protected]

0 comments on commit 5714418

Please sign in to comment.