Skip to content

Commit f5f2755

Browse files
authored
Update-gitpod-config (#541)
1 parent 86fe450 commit f5f2755

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.gitpod.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
21
image: gitpod/workspace-go:latest
2+
33
tasks:
4-
- name: prepare
5-
init: make prepare
4+
- name: install staticcheck
5+
command: go install honnef.co/go/tools/cmd/staticcheck@latest
66
- name: install go-task
7-
init: brew install go-task/tap/go-task
8-
- name: show go version
9-
command: go version
7+
command: go install github.com/go-task/task/v3/cmd/task@latest
108

119
vscode:
1210
extensions:

0 commit comments

Comments
 (0)