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-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,9 @@ This is a GitHub repository template for Go. It has been created for ease-of-use
13
13
It includes:
14
14
15
15
-[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,
1. See [Dockerfile](Dockerfile) for GolangCI-Lint installation command.
36
34
37
35
**Make on Windows:** Use [WSL (Windows Subsystem for Linux)](https://docs.microsoft.com/en-us/windows/wsl/install-win10) or try [Make Windows port](https://gist.github.com/evanwill/0207876c3243bbb6863e65ec5dc3f058).
38
36
39
37
#### Visual Studio Code - Development Container
40
38
41
39
1.[Setup Development inside a Container](https://code.visualstudio.com/docs/remote/containers#_getting-started).
-[Makefile](Makefile) - Make targets used in [CI build](.github/workflows/build.yml) and [.vscode/tasks.json](.vscode/tasks.json)
76
70
77
71
## FAQ
78
72
@@ -83,7 +77,7 @@ The maintainer does not use GoLand. Fell free to create a pull request for [#2](
83
77
### Why GitHub Actions, not any other CI server
84
78
85
79
GitHub Actions is out-of-the-box if you are already using GitHub.
86
-
However, changing to any other CI server should be very simple, because this repository uses Docker Compose to run CI build to make the transition easy.
80
+
However, changing to any other CI server should be very simple, because this repository uses Docker to run CI build to make the transition easy.
87
81
88
82
For [CircleCI](https://circleci.com/docs/2.0/executor-types/#using-machine) create `.circleci/config.yml` file:
89
83
@@ -95,7 +89,7 @@ jobs:
95
89
image: ubuntu-1604:201903-01
96
90
steps:
97
91
- checkout
98
-
- run: docker-compose up --abort-on-container-exit
0 commit comments