File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ The `go.mod` file in the root of `k8s.io/kubernetes` describes dependencies usin
36
36
37
37
## Dependency versions
38
38
39
- As a project we prefer that all entries in ` go.mod ` should be tags in their
39
+ As a project we prefer that all entries in ` go.mod ` should be tagged in their
40
40
respective repositories. There may be exceptions that will be up to the
41
41
dependency approvers to approve. If there are issues with go mod tooling itself
42
- then there has to be explicit comment (trailing ` // comment ` ) with details on
42
+ then there has to be an explicit comment (trailing ` // comment ` ) with details on
43
43
exact tag/release that this SHA corresponds to. Also please ensure tracking
44
- isssues are open to ensure these SHA(s) are cleaned up over time and switched
44
+ issues are open to ensure these SHA(s) are cleaned up over time and switched
45
45
over to tags.
46
46
47
47
## Adding or updating a dependency
You can’t perform that action at this time.
0 commit comments