Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit e5f2475

Browse files
committed
Update to Go 1.16
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 46a31e2 commit e5f2475

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ aliases:
1717
- image: dockereng/kube-compose-ci-golang
1818
auth: *docker-login
1919
public-golang: &public-golang
20-
- image: circleci/golang:1.13.0
20+
- image: circleci/golang:1.16
2121
user: root
2222

2323
e2e-kind-steps: &e2e-kind-steps

docker.Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
include common.mk
22

3-
export BUILD_BASE_IMAGE = golang:1.13.0-alpine3.10
4-
export TEST_BASE_IMAGE = golang:1.13.0
5-
export RUN_BASE_IMAGE = alpine:3.10.2
3+
export BUILD_BASE_IMAGE = golang:1.16.13-alpine3.14
4+
export TEST_BASE_IMAGE = golang:1.16.13
5+
export RUN_BASE_IMAGE = alpine:3.14
66
export KUBERNETES_VERSION ?= 1.16.1
77
KIND_VERSION ?= 0.5.1
88
IMAGES = ${IMAGE_REPO_PREFIX}controller ${IMAGE_REPO_PREFIX}controller-coverage ${IMAGE_REPO_PREFIX}e2e-tests ${IMAGE_REPO_PREFIX}e2e-benchmark ${IMAGE_REPO_PREFIX}api-server ${IMAGE_REPO_PREFIX}api-server-coverage ${IMAGE_REPO_PREFIX}installer

0 commit comments

Comments
 (0)