From 9f544e93560f74b030fe4fc14047a44a71111f8f Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Sun, 23 Dec 2018 22:11:22 +0100 Subject: [PATCH] drone/mssql: use golang 1.11 build like the other tests (#5586) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8e1472720..68d719836 100644 --- a/.drone.yml +++ b/.drone.yml @@ -177,7 +177,7 @@ pipeline: event: [ push, tag, pull_request ] test-mssql: - image: golang:1.10 + image: golang:1.11 pull: true group: test environment: