From 907db84348fd2caccd04659bd54d7cddf71bca0b Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 17 Nov 2018 21:20:11 +0100 Subject: [PATCH] ci: Updated matrix to use go 1.11 proper. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c285623..1c4a673 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ pipeline: matrix: GO_VERSION: - - "1.11-rc" + - "1.11" - "1.10" - "1.9" - "1.8"