1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 09:00:10 +00:00

drone image

This commit is contained in:
Harvey Tindall 2021-02-01 20:30:38 +00:00
parent cb12c6f441
commit ee37588959
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -147,7 +147,7 @@ type: docker
steps:
- name: build
image: golang:1.16rc
image: golang:1.16rc1-buster
commands:
- apt update -y
- apt install build-essential python3-pip curl software-properties-common sed upx -y