1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-22 06:02:51 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
jtcheng
a844eaa0be Support to set go11module in golang task
The default value of GO11MODULE is auto in golang.
We should allow to change the value, in order to force module support on or off regardless of directory location

Signed-off-by: jtcheng <jtcheng0616@gmail.com>
2019-08-30 07:59:04 -05:00
Henry Jenkins
a35dc61140 [docs] Add code type to codeblocks
Add yaml type to the codeblock for syntax highlighting.
2019-08-13 11:07:56 -05:00
Vincent Demeester
91b96c3315 golang: fix wrong default flags in the README
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-06-14 06:22:09 -05:00
Vincent Demeester
68b67e90d4 golang: fix url for the Task's yaml
Those url were not targeting the files, I renamed the files and forgot
to update the README.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-06-14 06:22:09 -05:00
Vincent Demeester
9916454686 Initial golang tasks
This adds initial golang tasks : build (`golang-build`),
tests (`golang-tests`) and linting (`golangci-lint`, using
golangci-lint).

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
2019-06-11 04:50:09 -05:00