From 482cb54263c4085ee38f357f564606cde5221381 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 30 Nov 2022 09:02:38 -0800 Subject: [PATCH] Update drone to use Go 1.19.1 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f9ecb74..2d47d37 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: linux-android-windows-test steps: - name: fetch - image: golang:1.17.5 + image: golang:1.19.1 volumes: - name: deps path: /go @@ -25,7 +25,7 @@ steps: - echo `date +%G-%m-%d-%H-%M` > BUILDDATE - name: quality - image: golang:1.17.5 + image: golang:1.19.1 volumes: - name: deps path: /go @@ -35,7 +35,7 @@ steps: #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting - name: build-linux - image: golang:1.17.5 + image: golang:1.19.1 volumes: - name: deps path: /go