fixed golang version in drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Djeeberjr 2022-06-08 11:13:17 +02:00
parent 80a99aa9c2
commit c83094266b

View File

@ -4,7 +4,7 @@ name: default
steps:
- name: test
image: golang:1.14
image: golang:latest
commands:
- make test
- name: docker