mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-03 14:01:04 +02:00
Update to golang 1.15 and alpine-3.12
This commit is contained in:
parent
2b3f39c25e
commit
def8f5473a
@ -3,7 +3,7 @@ services:
|
|||||||
|
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.15.x
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
iptables \
|
iptables \
|
||||||
|
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ DOCKER=$(if $(or $(IN_DOCKER_GROUP),$(IS_ROOT),$(OSX)),docker,sudo docker)
|
|||||||
MAKEFILE_DIR=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
MAKEFILE_DIR=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||||
UPSTREAM_IMPORT_PATH=$(GOPATH)/src/github.com/cloudnativelabs/kube-router/
|
UPSTREAM_IMPORT_PATH=$(GOPATH)/src/github.com/cloudnativelabs/kube-router/
|
||||||
BUILD_IN_DOCKER?=true
|
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
|
DOCKER_LINT_IMAGE?=golangci/golangci-lint:v1.27.0
|
||||||
QEMU_IMAGE?=multiarch/qemu-user-static
|
QEMU_IMAGE?=multiarch/qemu-user-static
|
||||||
ifeq ($(GOARCH), arm)
|
ifeq ($(GOARCH), arm)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user