Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
evlekht committed Aug 8, 2024
1 parent d5c0924 commit 0a42899
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
path: caminogo
- uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.19
- name: change caminogo dep
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.caminogoBranch != '' }}
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
path: caminogo
- uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.19
- name: change caminogo dep
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.caminogoBranch != '' }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions scripts/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
GOPATH="$(go env GOPATH)"

# Set binary location
binary_path=${CAMINOETHVM_BINARY_PATH:-"$GOPATH/src/github.com/chain4travel/camino-node/build/plugins/evm"}
binary_path=${CAMINOETHVM_BINARY_PATH:-"$GOPATH/src/github.com/chain4travel/caminogo/build/plugins/evm"}

# Avalabs docker hub
dockerhub_repo="c4tplatform/caminoethvm"
Expand All @@ -23,7 +23,7 @@ module=$(grep caminogo $CAMINOETHVM_PATH/go.mod)
# trim leading
module="${module#"${module%%[![:space:]]*}"}"
t=(${module//\ / })
caminogo_tag=${t[1]}
caminogo_tag=${t[4]}

build_image_id=${BUILD_IMAGE_ID:-"$caminogo_tag-$caminoethvm_short_commit"}

Expand Down

0 comments on commit 0a42899

Please sign in to comment.