We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26a53f commit 593ba22Copy full SHA for 593ba22
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2
2
3
integration-test-environment: &integration-test-environment
4
- GO_VERSION: "1.13.4"
+ GO_VERSION: "1.15.2"
5
KUBECONFIG: /home/circleci/.kube/config
6
MINIKUBE_VERSION: v1.6.2
7
MINIKUBE_WANTUPDATENOTIFICATION: false
@@ -83,7 +83,7 @@ integration-test-base: &integration-test-base
83
jobs:
84
check:
85
docker:
86
- - image: circleci/golang:1.12
+ - image: circleci/golang:1.15
87
environment:
88
GOFLAG: -mod=readonly
89
0 commit comments