good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2f79768a authored by Jaynti Kanani's avatar Jaynti Kanani
Browse files

chg: Update README

parent c6324827
Branches
Tags
No related merge requests found
...@@ -7,7 +7,7 @@ executors: ...@@ -7,7 +7,7 @@ executors:
golang: golang:
docker: docker:
- image: circleci/golang:1.13 - image: circleci/golang:1.13
working_directory: /go/src/github.com/maticnetwork/bor working_directory: /go/src/github.com/ethereum/go-ethereum
jobs: jobs:
build: build:
......
...@@ -8,7 +8,7 @@ jobs: ...@@ -8,7 +8,7 @@ jobs:
- name: Install Go - name: Install Go
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: 1.14.7 go-version: 1.15.5
- name: "Build binaries" - name: "Build binaries"
run: make all run: make all
- name: "Run tests" - name: "Run tests"
......
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,7 @@ jobs:
- name: Install Go - name: Install Go
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: 1.14.7 go-version: 1.15.5
- name: Set up Ruby 2.6 - name: Set up Ruby 2.6
uses: actions/setup-ruby@v1 uses: actions/setup-ruby@v1
......
language: go language: go
go_import_path: github.com/maticnetwork/bor go_import_path: github.com/ethereum/go-ethereum
sudo: false sudo: false
jobs: jobs:
allow_failures: allow_failures:
...@@ -203,7 +203,7 @@ jobs: ...@@ -203,7 +203,7 @@ jobs:
- mv android-ndk-r19b $ANDROID_HOME/ndk-bundle - mv android-ndk-r19b $ANDROID_HOME/ndk-bundle
- mkdir -p $GOPATH/src/github.com/ethereum - mkdir -p $GOPATH/src/github.com/ethereum
- ln -s `pwd` $GOPATH/src/github.com/maticnetwork/bor - ln -s `pwd` $GOPATH/src/github.com/ethereum/go-ethereum
- go run build/ci.go aar -signer ANDROID_SIGNING_KEY -deploy https://oss.sonatype.org -upload gethstore/builds - go run build/ci.go aar -signer ANDROID_SIGNING_KEY -deploy https://oss.sonatype.org -upload gethstore/builds
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads # This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment