File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88
99jobs :
1010
Original file line number Diff line number Diff line change 11# go-runc
22
33[ ![ Build Status] ( https://github.com/containerd/go-runc/workflows/CI/badge.svg )] ( https://github.com/containerd/go-runc/actions?query=workflow%3ACI )
4- [ ![ codecov] ( https://codecov.io/gh/containerd/go-runc/branch/master /graph/badge.svg )] ( https://codecov.io/gh/containerd/go-runc )
4+ [ ![ codecov] ( https://codecov.io/gh/containerd/go-runc/branch/main /graph/badge.svg )] ( https://codecov.io/gh/containerd/go-runc )
55
66This is a package for consuming the [ runc] ( https://github.com/opencontainers/runc ) binary in your Go applications.
77It tries to expose all the settings and features of the runc CLI. If there is something missing then add it, its opensource!
@@ -18,8 +18,8 @@ Docs can be found at [godoc.org](https://godoc.org/github.com/containerd/go-runc
1818The go-runc is a containerd sub-project, licensed under the [ Apache 2.0 license] ( ./LICENSE ) .
1919As a containerd sub-project, you will find the:
2020
21- * [ Project governance] ( https://github.com/containerd/project/blob/master /GOVERNANCE.md ) ,
22- * [ Maintainers] ( https://github.com/containerd/project/blob/master /MAINTAINERS ) ,
23- * and [ Contributing guidelines] ( https://github.com/containerd/project/blob/master /CONTRIBUTING.md )
21+ * [ Project governance] ( https://github.com/containerd/project/blob/main /GOVERNANCE.md ) ,
22+ * [ Maintainers] ( https://github.com/containerd/project/blob/main /MAINTAINERS ) ,
23+ * and [ Contributing guidelines] ( https://github.com/containerd/project/blob/main /CONTRIBUTING.md )
2424
2525information in our [ ` containerd/project ` ] ( https://github.com/containerd/project ) repository.
You can’t perform that action at this time.
0 commit comments