Update go version to 1.15
This commit is contained in:
parent
a1b906b94a
commit
2c4543a7bc
@ -5,7 +5,7 @@ name: test
|
||||
steps:
|
||||
|
||||
- name: test
|
||||
image: golang:1.12
|
||||
image: golang:1.15
|
||||
environment:
|
||||
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
|
||||
commands:
|
||||
@ -48,7 +48,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: build all binaries
|
||||
image: golang:1.12
|
||||
image: golang:1.15
|
||||
environment:
|
||||
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user