Commit 8655912 1 parent ff12101 commit 8655912 Copy full SHA for 8655912
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
- name : Set up Golang
9
9
uses : actions/setup-go@v2
10
10
with :
11
- go-version : 1.14
11
+ go-version : 1.15
12
12
id : go
13
13
- name : checkout
14
14
uses : actions/checkout@v2
39
39
- name : Set up Golang
40
40
uses : actions/setup-go@v2
41
41
with :
42
- go-version : 1.14
42
+ go-version : 1.15
43
43
id : go
44
44
- name : set go env
45
45
run : export PATH=${PATH}:`go env GOPATH`/bin
57
57
- name : Set up Golang
58
58
uses : actions/setup-go@v2
59
59
with :
60
- go-version : 1.14
60
+ go-version : 1.15
61
61
id : go
62
62
- name : set go env
63
63
run : export PATH=${PATH}:`go env GOPATH`/bin
78
78
- name : Set up Golang
79
79
uses : actions/setup-go@v2
80
80
with :
81
- go-version : 1.14
81
+ go-version : 1.15
82
82
id : go
83
83
- name : set go env
84
84
run : export PATH=${PATH}:`go env GOPATH`/bin
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ matrix:
12
12
- name : check_fmt
13
13
sudo : require
14
14
go :
15
- - " 1.14 .x"
15
+ - " 1.15 .x"
16
16
- master
17
17
env :
18
18
- GO111MODULE=on
@@ -26,7 +26,7 @@ matrix:
26
26
- make linter
27
27
28
28
- name : unit-test
29
- go : " 1.14 .x"
29
+ go : " 1.15 .x"
30
30
env :
31
31
- GO111MODULE=on
32
32
@@ -37,7 +37,7 @@ matrix:
37
37
- name : coverage
38
38
if : branch = master
39
39
go :
40
- - " 1.14 .x"
40
+ - " 1.15 .x"
41
41
env :
42
42
- GO111MODULE=on
43
43
before_install :
@@ -51,7 +51,7 @@ matrix:
51
51
- name : deploy
52
52
sudo : required
53
53
go :
54
- - " 1.14 .x"
54
+ - " 1.15 .x"
55
55
services :
56
56
- docker
57
57
env :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ clone_folder: c:\gopath\src\github.com\33cn\chain33
9
9
environment :
10
10
GOPATH : c:\gopath
11
11
DEPTESTBYPASS501 : 1
12
- GOVERSION : 1.14.14
12
+ GOVERSION : 1.15
13
13
GO111MODULE : on
14
14
15
15
# init:
Original file line number Diff line number Diff line change 1
1
module github.com/33cn/chain33
2
2
3
- go 1.14
3
+ go 1.15
4
4
5
5
require (
6
6
github.com/BurntSushi/toml v0.3.1
You can’t perform that action at this time.
0 commit comments