Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#15 from gibizer/cert-manag…
Browse files Browse the repository at this point in the history
…er-pin

Pin cert-manager to keep golang 1.20 compatibility
  • Loading branch information
gibizer committed Mar 1, 2024
2 parents af5a24a + 79ee838 commit 693d79f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
"matchPackagePatterns": ["^github.com/onsi/gomega"],
"allowedVersions": "< 2.0.0",
"enabled": true
},
{
"groupName": "cert-manager",
"matchPackagePatterns": ["^github.com/cert-manager/cert-manager"],
// 1.14 needs golang 1.21
"allowedVersions": "< 1.14.0",
"enabled": true
}
]
}

0 comments on commit 693d79f

Please sign in to comment.