Skip to content

Commit f71c77c

Browse files
committed
Update gitpod config
1 parent 6daf2dc commit f71c77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitpod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ image: gitpod/workspace-go:latest
22

33
tasks:
44
- name: install staticcheck
5-
command: go install honnef.co/go/tools/cmd/staticcheck@latest
5+
init: go install honnef.co/go/tools/cmd/staticcheck@latest
66
- name: install go-task
7-
command: go install github.com/go-task/task/v3/cmd/task@latest
7+
init: go install github.com/go-task/task/v3/cmd/task@latest
88

99
vscode:
1010
extensions:

0 commit comments

Comments
 (0)