diff options
Diffstat (limited to 'vendor/gitea.com/macaron/i18n/.drone.yml')
-rw-r--r-- | vendor/gitea.com/macaron/i18n/.drone.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/gitea.com/macaron/i18n/.drone.yml b/vendor/gitea.com/macaron/i18n/.drone.yml index 3f2a434892..72eebbb496 100644 --- a/vendor/gitea.com/macaron/i18n/.drone.yml +++ b/vendor/gitea.com/macaron/i18n/.drone.yml @@ -1,9 +1,9 @@ kind: pipeline -name: golang-1-1 +name: golang-1-14 steps: - name: test - image: golang:1.11 + image: golang:1.14 environment: GOPROXY: https://goproxy.cn commands: @@ -12,11 +12,11 @@ steps: --- kind: pipeline -name: golang-1-2 +name: golang-1-15 steps: - name: test - image: golang:1.12 + image: golang:1.15 environment: GOPROXY: https://goproxy.cn commands: |