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 6daf2dc commit f71c77cCopy full SHA for f71c77c
.gitpod.yml
@@ -2,9 +2,9 @@ image: gitpod/workspace-go:latest
2
3
tasks:
4
- name: install staticcheck
5
- command: go install honnef.co/go/tools/cmd/staticcheck@latest
+ init: go install honnef.co/go/tools/cmd/staticcheck@latest
6
- name: install go-task
7
- command: go install github.com/go-task/task/v3/cmd/task@latest
+ init: go install github.com/go-task/task/v3/cmd/task@latest
8
9
vscode:
10
extensions:
0 commit comments