diff options
author | Matti R | 2019-09-07 12:40:52 -0400 |
---|---|---|
committer | Matti R | 2019-09-07 12:40:52 -0400 |
commit | 2f715713052b6e3dc1f912b333816da414e99743 (patch) | |
tree | 52fb90dedf19555959c9cbf45a350cf0ff3fa9b7 | |
parent | a182a80f7ce0359cb1582988dbc47414e2313f7e (diff) |
target go1.12v1.9.3
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index a6a4dca77..2bc636934 100644 --- a/.drone.yml +++ b/.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 |