Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
edca464b
Commit
edca464b
authored
Sep 15, 2021
by
袁兴强
Committed by
vipwzw
Sep 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go version to 1.15
parent
a981a6e4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
19 deletions
+16
-19
build.yml
.github/workflows/build.yml
+8
-11
.travis.yml
.travis.yml
+5
-5
appveyor.yml
appveyor.yml
+1
-1
go.mod
go.mod
+1
-1
Makefile
plugin/dapp/cross2eth/Makefile
+1
-1
No files found.
.github/workflows/build.yml
View file @
edca464b
...
...
@@ -8,7 +8,7 @@ jobs:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.1
4
go-version
:
1.1
5
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.1
4
go-version
:
1.1
5
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.1
4
go-version
:
1.1
5
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.1
4
go-version
:
1.1
5
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.1
4
go-version
:
1.1
5
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.1
4
go-version
:
1.1
5
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.1
4
go-version
:
1.1
5
id
:
go
-
name
:
set go env
run
:
export PATH=${PATH}:`go env GOPATH`/bin
...
...
@@ -150,7 +150,7 @@ jobs:
-
name
:
Set up Golang
uses
:
actions/setup-go@v2
with
:
go-version
:
1.1
4
go-version
:
1.1
5
id
:
go
-
name
:
checkout
uses
:
actions/checkout@v2
...
...
@@ -162,6 +162,3 @@ jobs:
make
make docker-compose dapp=cross2eth
make docker-compose-down dapp=cross2eth
.travis.yml
View file @
edca464b
...
...
@@ -9,7 +9,7 @@ matrix:
include
:
-
name
:
check_fmt
sudo
:
require
go
:
"
1.1
4
.x"
go
:
"
1.1
5
.x"
env
:
-
GO111MODULE=on
install
:
...
...
@@ -22,7 +22,7 @@ matrix:
-
make linter
-
name
:
unit-test
go
:
"
1.1
4
.x"
go
:
"
1.1
5
.x"
env
:
-
GO111MODULE=on
install
:
skip
...
...
@@ -31,7 +31,7 @@ matrix:
-
name
:
coverage
if
:
branch = master
go
:
"
1.1
4
.x"
go
:
"
1.1
5
.x"
env
:
-
GO111MODULE=on
before_install
:
...
...
@@ -43,7 +43,7 @@ matrix:
-
bash <(curl -s https://codecov.io/bash)
-
name
:
auto-test
go
:
"
1.1
4
.x"
go
:
"
1.1
5
.x"
env
:
-
GO111MODULE=on
install
:
skip
...
...
@@ -56,7 +56,7 @@ matrix:
sudo
:
required
services
:
-
docker
go
:
"
1.1
4
.x"
go
:
"
1.1
5
.x"
env
:
-
DOCKER_COMPOSE_VERSION=1.21.2
-
GO111MODULE=on
...
...
appveyor.yml
View file @
edca464b
...
...
@@ -9,7 +9,7 @@ clone_folder: c:\gopath\src\github.com\33cn\plugin
environment
:
GOPATH
:
c:\gopath
DEPTESTBYPASS501
:
1
GOVERSION
:
1.1
4.14
GOVERSION
:
1.1
5
GO111MODULE
:
on
...
...
go.mod
View file @
edca464b
module github.com/33cn/plugin
go 1.1
4
go 1.1
5
require (
github.com/33cn/chain33 v1.65.3-0.20210915071703-74a642db474f
...
...
plugin/dapp/cross2eth/Makefile
View file @
edca464b
# golang1.1
4
or latest
# golang1.1
5
or latest
# 1. make help
# 2. make dep
# 3. make build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment