Skip to content

Commit 320a3bd

Browse files
committed
*: rename master branch to main
1 parent 79bfb8a commit 320a3bd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/containers.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Containers
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [main]
77
pull_request:
8-
branches: [master]
8+
branches: [main]
99

1010
env:
1111
GO_TOOLCHAIN: "1.15"

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: Go
33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
env:
1010
# Minimum supported Go toolchain

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ are very busy and read the mailing lists.
3131

3232
This is a rough outline of what a contributor's workflow looks like:
3333

34-
- Create a topic branch from where you want to base your work (usually master).
34+
- Create a topic branch from where you want to base your work (usually main).
3535
- Make commits of logical units.
3636
- Make sure your commit messages are in the proper format (see below).
3737
- Push your changes to a topic branch in your fork of the repository.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Go bindings to systemd. The project has several packages:
1919

2020
An example HTTP server using socket activation can be quickly set up by following this README on a Linux machine running systemd:
2121

22-
https://github.com/coreos/go-systemd/tree/master/examples/activation/httpserver
22+
https://github.com/coreos/go-systemd/tree/main/examples/activation/httpserver
2323

2424
## systemd Service Notification
2525

0 commit comments

Comments
 (0)