Skip to content

Commit

Permalink
refactor: update .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
luanxu-mxc committed Jan 14, 2025
1 parent cdcd781 commit 7096f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21.0
go-version: 1.23.0
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.0"
go-version: "1.23.0"

- name: relayer - Unit Tests
working-directory: ./packages/relayer
Expand All @@ -55,8 +55,7 @@ jobs:

push-relayer-docker-image:
name: Build and push docker image
runs-on: [taiko-runner]

runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions packages/relayer/processor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ type Processor struct {

srcEthClient ethClient
destEthClient ethClient
//CHANGE(MOONCHAIN): relay on arbitrum client
destArbEthClient *arbEthClient.Client

srcCaller relayer.Caller
Expand Down

0 comments on commit 7096f2b

Please sign in to comment.