Update Cwtch #100

Merged
sarah merged 4 commits from cwtch_update into trunk 2022-11-30 18:47:20 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 482cb54263 - Show all commits

View File

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