We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fe450 commit f5f2755Copy full SHA for f5f2755
.gitpod.yml
@@ -1,12 +1,10 @@
1
-
2
image: gitpod/workspace-go:latest
+
3
tasks:
4
- - name: prepare
5
- init: make prepare
+ - name: install staticcheck
+ command: go install honnef.co/go/tools/cmd/staticcheck@latest
6
- name: install go-task
7
- init: brew install go-task/tap/go-task
8
- - name: show go version
9
- command: go version
+ command: go install github.com/go-task/task/v3/cmd/task@latest
10
11
vscode:
12
extensions:
0 commit comments