Skip to content

build lastest stable with go 1.20 #129

build lastest stable with go 1.20

build lastest stable with go 1.20 #129

name: ci_cross2eth
on: [push,pull_request]
jobs:
ci_cross2eth:
name: ci_cross2eth
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
id: go
- name: deploy
run: |
export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
make
make docker-compose dapp=cross2eth
make docker-compose-down dapp=cross2eth