Merge branch 'go_update' into indents_and_tools
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2022-10-03 13:33:49 -07:00
commit 120a2136b2
1 changed files with 4 additions and 4 deletions

View File

@ -18,14 +18,14 @@ steps:
- export GO111MODULE=on - export GO111MODULE=on
- go mod vendor - go mod vendor
- name: quality - name: quality
image: golang:1.17.5 image: golang:1.19.1
volumes: volumes:
- name: deps - name: deps
path: /go path: /go
commands: commands:
- staticcheck ./... - staticcheck ./...
- name: units-tests - name: units-tests
image: golang:1.17.5 image: golang:1.19.1
volumes: volumes:
- name: deps - name: deps
path: /go path: /go
@ -33,7 +33,7 @@ steps:
- export PATH=`pwd`:$PATH - export PATH=`pwd`:$PATH
- sh testing/tests.sh - sh testing/tests.sh
- name: integ-test - name: integ-test
image: golang:1.17.5 image: golang:1.19.1
volumes: volumes:
- name: deps - name: deps
path: /go path: /go
@ -41,7 +41,7 @@ steps:
- export PATH=`pwd`:$PATH - export PATH=`pwd`:$PATH
- go test -race -v cwtch.im/cwtch/testing/ - go test -race -v cwtch.im/cwtch/testing/
- name: filesharing-integ-test - name: filesharing-integ-test
image: golang:1.17.5 image: golang:1.19.1
volumes: volumes:
- name: deps - name: deps
path: /go path: /go