fix ubuntu
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Marsh 2023-05-27 11:12:21 +01:00
parent 2fcd228f8b
commit 1c1570db05
Signed by: burble
GPG Key ID: E9B4156C1659C079

View File

@ -12,7 +12,7 @@ steps:
- go build
- name: extract version
image: ubuntu/lastest
image: ubuntu:latest
commands:
- grep 'const version string' main.go | tr -d ' "' | cut -d'=' -f2 > .version