Update Go to 1.19.1
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Sarah Jamie Lewis 2022-10-03 13:13:46 -07:00
parent 0e10b47c42
commit 9c4ed7cc7b
1 changed files with 5 additions and 5 deletions

View File

@ -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