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

This commit is contained in:
Sarah Jamie Lewis 2022-11-30 09:02:38 -08:00
parent ec467116b1
commit 482cb54263
1 changed files with 3 additions and 3 deletions

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