Upgrade go to v1.13
This commit is contained in:
parent
e265494afb
commit
5132214945
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
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.12))
|
||||
$(eval $(call golang-version-check,1.13))
|
||||
|
||||
CONSUMER ?= consumer
|
||||
TMP_DIR := ./tmp-jars
|
||||
|
|
|
|||
Loading…
Reference in a new issue