From 1ccf3b63021eac6edcc2ec99e20629cc69123e6e Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sun, 15 Sep 2019 22:52:45 +0100 Subject: [PATCH] chore: bump go to v1.12.9 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dea0993..c429a8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -image: golang:1.12.8 +image: golang:1.12.9 variables: CGO_ENABLED: 0