Upgrade go to v1.13

This commit is contained in:
Taylor Sutton 2019-10-18 09:45:22 -07:00
parent e265494afb
commit 5132214945
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.12-stretch
- image: circleci/golang:1.13-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.12))
$(eval $(call golang-version-check,1.13))
CONSUMER ?= consumer
TMP_DIR := ./tmp-jars