Browse Source

fix .drone.yml

master
Gisle Aune 4 years ago
parent
commit
3968b39b27
  1. 1
      .drone.yml

1
.drone.yml

@ -8,6 +8,7 @@ workspace:
pipeline:
test:
name: test-go-${GO_VERSION}
image: golang:${GO_VERSION}
commands:
- go mod download

Loading…
Cancel
Save