Skip to content

Commit daefec6

Browse files
authored
chore: abi rc7 version bump (#4897)
1 parent be17cd2 commit daefec6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/beekeeper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
REPLICA: 3
1313
RUN_TYPE: "PR RUN"
1414
SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain"
15-
SETUP_CONTRACT_IMAGE_TAG: "0.9.2-rc6"
15+
SETUP_CONTRACT_IMAGE_TAG: "0.9.2-rc7"
1616
BEELOCAL_BRANCH: "main"
1717
BEEKEEPER_BRANCH: "master"
1818
BEEKEEPER_METRICS_ENABLED: false
@@ -236,4 +236,4 @@ jobs:
236236
token: ${{ secrets.GHA_PAT_BASIC }}
237237
repository: ethersphere/bee-factory
238238
event-type: build-images
239-
client-payload: '{"tag": "latest"}'
239+
client-payload: '{"tag": "latest"}'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/coreos/go-semver v0.3.0
1212
github.com/ethereum/go-ethereum v1.14.3
1313
github.com/ethersphere/go-price-oracle-abi v0.2.0
14-
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc6
14+
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc7
1515
github.com/ethersphere/go-sw3-abi v0.6.5
1616
github.com/ethersphere/langos v1.0.0
1717
github.com/go-playground/validator/v10 v10.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ github.com/ethereum/go-ethereum v1.14.3 h1:5zvnAqLtnCZrU9uod1JCvHWJbPMURzYFHfc2e
236236
github.com/ethereum/go-ethereum v1.14.3/go.mod h1:1STrq471D0BQbCX9He0hUj4bHxX2k6mt5nOQJhDNOJ8=
237237
github.com/ethersphere/go-price-oracle-abi v0.2.0 h1:wtIcYLgNZHY4BjYwJCnu93SvJdVAZVvBaKinspyyHvQ=
238238
github.com/ethersphere/go-price-oracle-abi v0.2.0/go.mod h1:sI/Qj4/zJ23/b1enzwMMv0/hLTpPNVNacEwCWjo6yBk=
239-
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc6 h1:3s6c2w9JrToXdiX9vSGxatmRUBzOe57joZk1Xf4SWHU=
240-
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc6/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc=
239+
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc7 h1:1J3QpLOS1JD/o0t9Rz66shSErsgaQawLd0n1Mka7X5A=
240+
github.com/ethersphere/go-storage-incentives-abi v0.9.2-rc7/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc=
241241
github.com/ethersphere/go-sw3-abi v0.6.5 h1:M5dcIe1zQYvGpY2K07UNkNU9Obc4U+A1fz68Ho/Q+XE=
242242
github.com/ethersphere/go-sw3-abi v0.6.5/go.mod h1:BmpsvJ8idQZdYEtWnvxA8POYQ8Rl/NhyCdF0zLMOOJU=
243243
github.com/ethersphere/langos v1.0.0 h1:NBtNKzXTTRSue95uOlzPN4py7Aofs0xWPzyj4AI1Vcc=

0 commit comments

Comments
 (0)