From 3968b39b27b4b6a1fdc7fa9a9e6baf0d2a9eceb0 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 19 Jul 2020 12:56:51 +0200 Subject: [PATCH] fix .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3495e42..786c40b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ workspace: pipeline: test: + name: test-go-${GO_VERSION} image: golang:${GO_VERSION} commands: - go mod download