target go1.12

This commit is contained in:
Matti R 2019-09-07 12:40:52 -04:00
parent a182a80f7c
commit 2f71571305
No known key found for this signature in database
GPG Key ID: 9D8A57ADAA232E95
1 changed files with 2 additions and 2 deletions

View File

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