use golang image for build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pavel 2023-11-11 20:33:51 +03:00
parent e83bd06b7b
commit 051302d918

View File

@ -4,9 +4,9 @@ name: default
steps:
- name: generate
image: alpine:latest
image: golang:1.19-alpine
commands:
- apk add --no-cache libidn sipcalc gawk git bash golang-go python
- apk add --no-cache libidn sipcalc gawk git bash python3
- bash generate.sh
- name: release
image: plugins/gitea-release