Golang 1.9 upgrade
This commit is contained in:
parent
ebbd9e7a37
commit
4a28b40953
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
working_directory: /go/src/github.com/Clever/amazon-kinesis-client-go
|
working_directory: /go/src/github.com/Clever/amazon-kinesis-client-go
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.10.3-stretch
|
- image: circleci/golang:1.12-stretch
|
||||||
- image: circleci/mongo:3.2.20-jessie-ram
|
- image: circleci/mongo:3.2.20-jessie-ram
|
||||||
environment:
|
environment:
|
||||||
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
|
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ SHELL := /bin/bash
|
||||||
PKG := github.com/Clever/amazon-kinesis-client-go
|
PKG := github.com/Clever/amazon-kinesis-client-go
|
||||||
PKGS := $(shell go list ./... | grep -v /vendor )
|
PKGS := $(shell go list ./... | grep -v /vendor )
|
||||||
.PHONY: download_jars run build
|
.PHONY: download_jars run build
|
||||||
$(eval $(call golang-version-check,1.10))
|
$(eval $(call golang-version-check,1.12))
|
||||||
|
|
||||||
CONSUMER ?= consumer
|
CONSUMER ?= consumer
|
||||||
TMP_DIR := ./tmp-jars
|
TMP_DIR := ./tmp-jars
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue