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
Copy file name to clipboardExpand all lines: README.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ It includes:
19
19
- linting with [golangci-lint](https://github.com/golangci/golangci-lint),
20
20
- unit testing with [race detector](https://blog.golang.org/race-detector) and [code covarage HTML report](https://blog.golang.org/cover),
21
21
- releasing using [GoReleaser](https://github.com/goreleaser/goreleaser),
22
-
-depdendencies scanning and vulnerabilities alerting thanks to [Dependabot](https://dependabot.com/go/),
22
+
-dependencies scanning and updating thanks to [Dependabot](https://dependabot.com),
23
23
-[Visual Studio Code](https://code.visualstudio.com) configuration with [Go](https://code.visualstudio.com/docs/languages/go) and [Remote Container](https://code.visualstudio.com/docs/remote/containers) support.
24
24
25
25
`Star` this repository if you find it valuable and worth maintaining.
@@ -49,13 +49,13 @@ _CAUTION_: Make sure to understand the consequences before you bump the major ve
49
49
Remember to update Go version in [.github/workflows](.github/workflows), [Makefile](Makefile) and [devcontainer.json](.devcontainer/devcontainer.json).
50
50
51
51
Notable files:
52
-
-[devcontainer.json](.devcontainer/devcontainer.json) - Visual Studio Code Remote Container configuration
@@ -156,7 +156,6 @@ Auto-tagging can be done in many ways e.g. by using GitHub Actions like:
156
156
157
157
However, creating a release tag manually is often the optimal approach. Take notice that this template executes a release workflow each time a git tag with `v` prefix is pushed.
0 commit comments