Skip to content

Commit

Permalink
Merge branch 'staging' into hm90121-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan authored Aug 16, 2023
2 parents 4d33691 + 630ba77 commit 3da923b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-zbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
build-linux:
name: Build-linux
# runs-on: ubuntu-latest
runs-on: [self-hosted, build]
steps:
- name: Install deps
Expand Down Expand Up @@ -113,7 +112,7 @@ jobs:

build-macos:
name: Build-macos
runs-on: macos-runner-binary
runs-on: macos-latest
steps:

- name: Setup go 1.20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-zboxcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

build-macos:
name: Build-macos
runs-on: macos-runner-binary
runs-on: macos-latest
steps:

- name: Setup go 1.20
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ on:
jobs:
analyze:
name: Analyze
# runs-on: ubuntu-latest
runs-on: [self-hosted, build]
permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/0chain/errors v1.0.3
github.com/0chain/gosdk v1.8.17-0.20230727121421-5e33266bb815
github.com/0chain/gosdk v1.8.17-0.20230809212922-e71a28baf114
github.com/icza/bitio v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/0chain/common v0.0.6-0.20230127095721-8df4d1d72565 h1:z+DtCR8mBsjPnEs
github.com/0chain/common v0.0.6-0.20230127095721-8df4d1d72565/go.mod h1:UyDC8Qyl5z9lGkCnf9RHJPMektnFX8XtCJZHXCCVj8E=
github.com/0chain/errors v1.0.3 h1:QQZPFxTfnMcRdt32DXbzRQIfGWmBsKoEdszKQDb0rRM=
github.com/0chain/errors v1.0.3/go.mod h1:xymD6nVgrbgttWwkpSCfLLEJbFO6iHGQwk/yeSuYkIc=
github.com/0chain/gosdk v1.8.17-0.20230727121421-5e33266bb815 h1:g5xPtfboyAn7uCXCi+ODJXidkX4IrU0tSfiSw5CMg04=
github.com/0chain/gosdk v1.8.17-0.20230727121421-5e33266bb815/go.mod h1:3NKNYzmnMIYqZwwwOgZwMmTW1DT1ZUAmKyVPmYQOiT4=
github.com/0chain/gosdk v1.8.17-0.20230809212922-e71a28baf114 h1:fgaUQSUpAqhjhD3ONmiY+3yWn56qHADEd0TCoRcDSZ0=
github.com/0chain/gosdk v1.8.17-0.20230809212922-e71a28baf114/go.mod h1:3NKNYzmnMIYqZwwwOgZwMmTW1DT1ZUAmKyVPmYQOiT4=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Luzifer/go-openssl/v3 v3.1.0 h1:QqKqo6kYXGGUsvtUoCpRZm8lHw+jDfhbzr36gVj+/gw=
Expand Down

0 comments on commit 3da923b

Please sign in to comment.