From 783d3a924dfd72fb95bda2c30deb1f6ce0b8a033 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 23 Jul 2019 08:59:13 -0400 Subject: [PATCH] Updated Drone CI configuration for using go mod --- .drone.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 289d430..80c104a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,6 @@ kind: pipeline name: default -workspace: - base: /go - path: src/git.metaunix.net/metaunix.net/muldap - steps: - name: build image: golang:1.12