Commit 3d3f8465 authored by 袁兴强's avatar 袁兴强 Committed by 33cn

update go version to 1.14

parent aa895d03
......@@ -8,7 +8,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: checkout
uses: actions/checkout@v2
......@@ -41,7 +41,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
......@@ -57,7 +57,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
......@@ -76,7 +76,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
......@@ -94,7 +94,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
......@@ -112,7 +112,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
......@@ -130,7 +130,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
......@@ -148,7 +148,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
......@@ -166,7 +166,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
id: go
- name: checkout
uses: actions/checkout@v2
......
......@@ -9,7 +9,7 @@ matrix:
include:
- name: check_fmt
sudo: require
go: "1.13.x"
go: "1.14.x"
env:
- GO111MODULE=on
install:
......@@ -22,7 +22,7 @@ matrix:
- make linter
- name: unit-test
go: "1.13.x"
go: "1.14.x"
env:
- GO111MODULE=on
install: skip
......@@ -31,7 +31,7 @@ matrix:
- name: coverage
if: branch = master
go: "1.13.x"
go: "1.14.x"
env:
- GO111MODULE=on
before_install:
......@@ -43,7 +43,7 @@ matrix:
- bash <(curl -s https://codecov.io/bash)
- name: auto-test
go: "1.13.x"
go: "1.14.x"
env:
- GO111MODULE=on
install: skip
......@@ -56,7 +56,7 @@ matrix:
sudo: required
services:
- docker
go: "1.13.x"
go: "1.14.x"
env:
- DOCKER_COMPOSE_VERSION=1.21.2
- GO111MODULE=on
......
......@@ -9,7 +9,7 @@ clone_folder: c:\gopath\src\github.com\33cn\plugin
environment:
GOPATH: c:\gopath
DEPTESTBYPASS501: 1
GOVERSION: 1.13.9
GOVERSION: 1.14.14
GO111MODULE: on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment