Skip to content

Commit

Permalink
Merge branch 'carvel-dev:develop' into bump-controller-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitagg2020 committed Nov 17, 2024
2 parents 2b73982 + 11330d3 commit 2545ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go-version: 1.22.9

- name: Set up Cosign
uses: sigstore/cosign-installer@v3.4.0
uses: sigstore/cosign-installer@v3.7.0

- name: Run release script
run: |
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kappcontroller/fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ spec:
}

for _, tc := range tests {
t.Run(tc.desc, func(t *testing.T) {
t.Run(tc.desc, func(_ *testing.T) {
cleanUp := func() {
kapp.Run([]string{"delete", "-a", tc.name})
}
Expand Down

0 comments on commit 2545ad0

Please sign in to comment.