Skip to content

Commit

Permalink
Merge branch 'release-1.11' into cherry-pick-d9d3a5-release-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycharly authored Sep 20, 2023
2 parents 3a5881b + e5d9532 commit 31d98e0
Show file tree
Hide file tree
Showing 3 changed files with 5 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

0 comments on commit 31d98e0

Please sign in to comment.