From f70274fdb4bd19b5f5652ab505cd42bfa4172f81 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Thu, 21 Oct 2021 11:04:08 +0100 Subject: [PATCH] (maint) bump go version in build to match go.mod --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c81c38d..5fe8608 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: test - image: golang:1.12 + image: golang:1.13 commands: - go test -cover ./... volumes: @@ -16,7 +16,7 @@ steps: path: /go - name: build - image: golang:1.12 + image: golang:1.13 commands: - sh scripts/build.sh volumes: