Also changing image tag for build step.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alexey Skobkin 2024-03-10 05:57:59 +03:00
parent f775c1257e
commit 2272570377
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -4,7 +4,7 @@ name: build
steps: steps:
- name: build - name: build
image: 'golang:alpine' image: 'golang:1-alpine'
commands: commands:
- go build -x . - go build -x .