switch image for drone builds

This commit is contained in:
Harvey Tindall
2021-02-17 11:19:51 +00:00
parent f794322392
commit 8dd72c95ab
4 changed files with 44 additions and 3 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ steps:
commands:
- git fetch --tags
- name: release
image: golang:1.16rc1-buster
image: golang:latest
environment:
GITHUB_TOKEN:
from_secret: github_token
@@ -64,7 +64,7 @@ type: docker
steps:
- name: build
image: golang:1.16rc1-buster
image: golang:latest
commands:
- apt update -y
- apt install build-essential python3-pip curl software-properties-common sed upx -y
@@ -130,7 +130,7 @@ type: docker
steps:
- name: build
image: golang:1.16rc1-buster
image: golang:latest
commands:
- apt update -y
- apt install build-essential python3-pip curl software-properties-common sed upx -y