Golang 1.9 upgrade

This commit is contained in:
John Huang 2019-06-01 00:39:17 -07:00
parent ebbd9e7a37
commit 4a28b40953
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ jobs:
build:
working_directory: /go/src/github.com/Clever/amazon-kinesis-client-go
docker:
- image: circleci/golang:1.10.3-stretch
- image: circleci/golang:1.12-stretch
- image: circleci/mongo:3.2.20-jessie-ram
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts

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.10))
$(eval $(call golang-version-check,1.12))
CONSUMER ?= consumer
TMP_DIR := ./tmp-jars