Merge pull request #28 from Clever/go1.10
This commit is contained in:
commit
e377f46b69
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ SHELL := /bin/bash
|
|||
PKG := github.com/Clever/amazon-kinesis-client-go
|
||||
PKGS := $(shell go list ./... | grep -v /vendor )
|
||||
.PHONY: download_jars run build
|
||||
$(eval $(call golang-version-check,1.9))
|
||||
$(eval $(call golang-version-check,1.10))
|
||||
|
||||
CONSUMER ?= consumer
|
||||
TMP_DIR := ./tmp-jars
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
machine:
|
||||
post:
|
||||
- cd $HOME && git clone --depth 1 -v git@github.com:clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
|
||||
- $HOME/ci-scripts/circleci/golang-install 1.9
|
||||
- $HOME/ci-scripts/circleci/golang-install 1.10
|
||||
services:
|
||||
- docker
|
||||
checkout:
|
||||
|
|
|
|||
Loading…
Reference in a new issue