Skip to content

Commit 86fe450

Browse files
committed
Update gitpod config file and Makefile
1 parent 57c12da commit 86fe450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitpod.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

2-
image:
3-
file: .gitpod.Dockerfile
2+
image: gitpod/workspace-go:latest
43
tasks:
54
- name: prepare
65
init: make prepare
6+
- name: install go-task
7+
init: brew install go-task/tap/go-task
78
- name: show go version
89
command: go version
910

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ all: clean build test
44

55
prepare: prepare-release
66
go install honnef.co/go/tools/cmd/staticcheck@latest
7-
go install github.com/go-task/task/v3/cmd/task@latest
87

98
prepare-release:
109
go mod download

0 commit comments

Comments
 (0)