Update to golang 1.15 and alpine-3.12

This commit is contained in:
Manuel Rüger 2020-11-18 14:33:56 +01:00
parent 2b3f39c25e
commit def8f5473a
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ services:
language: go
go:
- 1.13.x
- 1.15.x
branches:
only:

View File

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
RUN apk add --no-cache \
iptables \

View File

@ -18,7 +18,7 @@ DOCKER=$(if $(or $(IN_DOCKER_GROUP),$(IS_ROOT),$(OSX)),docker,sudo docker)
MAKEFILE_DIR=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
UPSTREAM_IMPORT_PATH=$(GOPATH)/src/github.com/cloudnativelabs/kube-router/
BUILD_IN_DOCKER?=true
DOCKER_BUILD_IMAGE?=golang:1.13.13-alpine3.12
DOCKER_BUILD_IMAGE?=golang:1.15.5-alpine3.12
DOCKER_LINT_IMAGE?=golangci/golangci-lint:v1.27.0
QEMU_IMAGE?=multiarch/qemu-user-static
ifeq ($(GOARCH), arm)