Skip to content

Commit 3b1ec67

Browse files
committed
Update gitpod.Dockerfile -- install olang.org/x/tools/cmd/deadcode
1 parent 9fd838c commit 3b1ec67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ tasks:
1010
go install github.com/mgechev/revive@latest &&
1111
go install github.com/go-delve/delve/cmd/dlv@latest &&
1212
go install go.uber.org/nilaway/cmd/nilaway@latest &&
13+
go install golang.org/x/tools/cmd/deadcode@latest &&
1314
task build
1415
command:
1516
go version

0 commit comments

Comments
 (0)