Update Go version in Drone

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2022-06-20 13:51:01 -05:00
parent e7dfba2ca2
commit d566d8a85f
No known key found for this signature in database
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ trigger:
steps:
- name: build
pull: always
image: golang:1.17
image: golang:1.18
environment:
GOPROXY: https://goproxy.io,direct
commands:
@ -22,7 +22,7 @@ steps:
- name: check
pull: always
image: golang:1.17
image: golang:1.18
environment:
GOPROXY: https://goproxy.io,direct
commands: