Ver código fonte

drone/mssql: use golang 1.11 build like the other tests (#5586)

tags/v1.7.0-dev
Antoine GIRARD 5 anos atrás
pai
commit
9f544e9356
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Ver arquivo

@@ -177,7 +177,7 @@ pipeline:
event: [ push, tag, pull_request ]

test-mssql:
image: golang:1.10
image: golang:1.11
pull: true
group: test
environment:

Carregando…
Cancelar
Salvar