Browse Source

target go1.12

tags/v1.9.3^0 v1.9.3
Matti R 6 years ago
parent
commit
2f71571305
No known key found for this signature in database
GPG Key ID: 9D8A57ADAA232E95
  1. 4
      .drone.yml

4
.drone.yml

@ -362,7 +362,7 @@ steps:
- name: static
pull: always
image: techknowlogick/xgo:latest
image: techknowlogick/xgo:go-1.12.x
commands:
- export PATH=$PATH:$GOPATH/bin
- make generate
@ -463,7 +463,7 @@ steps:
- name: static
pull: always
image: techknowlogick/xgo:latest
image: techknowlogick/xgo:go-1.12.x
commands:
- export PATH=$PATH:$GOPATH/bin
- make generate

Loading…
Cancel
Save