New Cwtch Tool App, Extract MakePayment into a standalone function, Fix race condition in engine. #468

Merged
dan merged 6 commits from indents_and_tools into master 2022-10-03 21:03:47 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 120a2136b2 - Show all commits

View File

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