You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[goreleaser](https://github.com/goreleaser/goreleaser) for easy binary or library deployment to Github and can be installed via: `brew install goreleaser`.
78
+
[goreleaser](https://github.com/goreleaser/goreleaser) for easy binary or library deployment to GitHub and can be installed via: `brew install goreleaser`.
79
79
80
80
The [.goreleaser.yml](.goreleaser.yml) file is used to configure [goreleaser](https://github.com/goreleaser/goreleaser).
81
81
@@ -129,7 +129,7 @@ vet Run the Go vet application
129
129
<br/>
130
130
131
131
## Examples & Tests
132
-
All unit tests and [examples](examples) run via [Github Actions](https://github.com/mrz1836/go-mail/actions) and
132
+
All unit tests and [examples](examples) run via [GitHub Actions](https://github.com/mrz1836/go-mail/actions) and
133
133
uses [Go version 1.17.x](https://golang.org/doc/go1.17). View the [configuration file](.github/workflows/run-tests.yml).
0 commit comments