From cd1f9b9cfaebc5d59cde64854281b9dae5a57062 Mon Sep 17 00:00:00 2001 From: ont Date: Tue, 22 Sep 2020 15:30:42 +0700 Subject: [PATCH] (f) drone: change to usual golang image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5eaf69d..57bfcf7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: - image: andrexus/golang-dep + image: golang commands: - go build -o bin/server cmd/server/main.go