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 57c12da commit 86fe450Copy full SHA for 86fe450
.gitpod.yml
@@ -1,9 +1,10 @@
1
2
-image:
3
- file: .gitpod.Dockerfile
+image: gitpod/workspace-go:latest
4
tasks:
5
- name: prepare
6
init: make prepare
+ - name: install go-task
7
+ init: brew install go-task/tap/go-task
8
- name: show go version
9
command: go version
10
Makefile
@@ -4,7 +4,6 @@ all: clean build test
prepare: prepare-release
go install honnef.co/go/tools/cmd/staticcheck@latest
- go install github.com/go-task/task/v3/cmd/task@latest
prepare-release:
go mod download
0 commit comments