removed golang version from drone-ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2021-08-30 19:40:34 +02:00
parent 9c78ac6274
commit 0c587b783f

View File

@ -26,7 +26,7 @@ name: default-linux-amd64
steps:
- name: build
image: golang:1.17
image: golang
commands:
- ./ci-build.sh build
environment:
@ -51,7 +51,7 @@ name: default-linux-arm64
steps:
- name: build
image: golang:1.17
image: golang
commands:
- ./ci-build.sh build
environment: