Skip to content

Commit 593ba22

Browse files
committed
ci: update go version to 1.15.2
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent a26a53f commit 593ba22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22

33
integration-test-environment: &integration-test-environment
4-
GO_VERSION: "1.13.4"
4+
GO_VERSION: "1.15.2"
55
KUBECONFIG: /home/circleci/.kube/config
66
MINIKUBE_VERSION: v1.6.2
77
MINIKUBE_WANTUPDATENOTIFICATION: false
@@ -83,7 +83,7 @@ integration-test-base: &integration-test-base
8383
jobs:
8484
check:
8585
docker:
86-
- image: circleci/golang:1.12
86+
- image: circleci/golang:1.15
8787
environment:
8888
GOFLAG: -mod=readonly
8989

0 commit comments

Comments
 (0)