ソースを参照

target go1.12

tags/v1.9.3^0
Matti R 4年前
コミット
2f71571305
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      .drone.yml

+ 2
- 2
.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

読み込み中…
キャンセル
保存