1. No functional change just upgrade to go1.11. 2. Add go mod support. 3. Make vendored copy of dependencies Test 1. hmake 2. run worker_test.go in GoLand IDE
28 lines
534 B
Text
28 lines
534 B
Text
---
|
|
format: hypermake.v0
|
|
|
|
name: go-kcl
|
|
description: VMWare Go-KCL Amazon Kinesis Client Library in Go
|
|
|
|
targets:
|
|
rebuild-toolchain:
|
|
description: build toolchain image
|
|
watches:
|
|
- docker
|
|
build: docker
|
|
cache: false
|
|
tags:
|
|
- vmware/go-kcl-toolchain:latest
|
|
|
|
push-toolchain:
|
|
description: push toolchain image
|
|
after:
|
|
- rebuild-toolchain
|
|
push:
|
|
- vmware/go-kcl-toolchain:latest
|
|
|
|
settings:
|
|
default-targets:
|
|
- rebuild-toolchain
|
|
docker:
|
|
image: 'vmware/go-kcl-toolchain:0.1.1'
|