Try to fix drone

This commit is contained in:
Lunny Xiao 2020-12-20 23:18:12 +08:00
parent 644f820c2b
commit 75cf3d6252
1 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@ kind: pipeline
name: testing name: testing
steps: steps:
- name: test-vet - name: test-vet
image: golang:1.11 # The lowest golang requirement image: golang:1.13 # The lowest golang requirement
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"
@ -23,7 +23,7 @@ depends_on:
- testing - testing
steps: steps:
- name: test-sqlite - name: test-sqlite
image: golang:1.12 image: golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"
@ -39,7 +39,7 @@ depends_on:
- test-sqlite - test-sqlite
steps: steps:
- name: test-mysql - name: test-mysql
image: golang:1.12 image: golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"
@ -54,7 +54,7 @@ steps:
- TEST_QUOTE_POLICY=reserved make test-mysql - TEST_QUOTE_POLICY=reserved make test-mysql
- name: test-mysql-utf8mb4 - name: test-mysql-utf8mb4
image: golang:1.12 image: golang:1.13
depends_on: depends_on:
- test-mysql - test-mysql
environment: environment:
@ -72,7 +72,7 @@ steps:
- name: test-mymysql - name: test-mymysql
pull: default pull: default
image: golang:1.12 image: golang:1.13
depends_on: depends_on:
- test-mysql-utf8mb4 - test-mysql-utf8mb4
environment: environment:
@ -102,7 +102,7 @@ depends_on:
- test-mysql - test-mysql
steps: steps:
- name: test-mysql8 - name: test-mysql8
image: golang:1.12 image: golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"
@ -131,7 +131,7 @@ depends_on:
- test-mysql8 - test-mysql8
steps: steps:
- name: test-mariadb - name: test-mariadb
image: golang:1.12 image: golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"
@ -161,7 +161,7 @@ depends_on:
steps: steps:
- name: test-postgres - name: test-postgres
pull: default pull: default
image: golang:1.12 image: golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"
@ -176,7 +176,7 @@ steps:
- name: test-postgres-schema - name: test-postgres-schema
pull: default pull: default
image: golang:1.12 image: golang:1.13
depends_on: depends_on:
- test-postgres - test-postgres
environment: environment:
@ -209,7 +209,7 @@ depends_on:
steps: steps:
- name: test-mssql - name: test-mssql
pull: default pull: default
image: golang:1.12 image: golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"
@ -240,7 +240,7 @@ depends_on:
steps: steps:
- name: test-tidb - name: test-tidb
pull: default pull: default
image: golang:1.12 image: golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"
@ -301,7 +301,7 @@ depends_on:
steps: steps:
- name: merge_coverage - name: merge_coverage
pull: default pull: default
image: golang:1.12 image: golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"
GOPROXY: "https://goproxy.cn" GOPROXY: "https://goproxy.cn"