From 9c4ed7cc7ba800660c7934701a0da0748925f2c5 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 3 Oct 2022 13:13:46 -0700 Subject: [PATCH] Update Go to 1.19.1 --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index feb1374..52a0828 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: linux-test steps: - name: fetch - image: golang:1.17.5 + image: golang:1.19.1 volumes: - name: deps path: /go @@ -18,14 +18,14 @@ steps: - export GO111MODULE=on - go mod vendor - name: quality - image: golang:1.17.5 + image: golang:1.19.1 volumes: - name: deps path: /go commands: - staticcheck ./... - name: units-tests - image: golang:1.17.5 + image: golang:1.19.1 volumes: - name: deps path: /go @@ -33,7 +33,7 @@ steps: - export PATH=`pwd`:$PATH - sh testing/tests.sh - name: integ-test - image: golang:1.17.5 + image: golang:1.19.1 volumes: - name: deps path: /go @@ -41,7 +41,7 @@ steps: - export PATH=`pwd`:$PATH - go test -race -v cwtch.im/cwtch/testing/ - name: filesharing-integ-test - image: golang:1.17.5 + image: golang:1.19.1 volumes: - name: deps path: /go