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:38:55 +02:00
parent 4eaedbfef6
commit 1f07c1562d

View File

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