Merge pull request #28 from Clever/go1.10

This commit is contained in:
renato 2018-05-23 16:33:11 -07:00 committed by GitHub
commit e377f46b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: