Skip to content

Commit fa593c2

Browse files
committed
Add allow comment
This allows the version to be not as specific as required by the version check[1] [1] https://github.com/enterprise-contract/github-workflows/tree/main/golang-version-check
1 parent 7792453 commit fa593c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/enterprise-contract/enterprise-contract-controller/api
22

3-
go 1.22
3+
go 1.22 // allow
44

55
require (
66
k8s.io/apiextensions-apiserver v0.29.9

0 commit comments

Comments
 (0)