Skip to content

Commit b6eea32

Browse files
committed
chore: bump wasmvm to v2.2.3
1 parent 0a46d54 commit b6eea32

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/images/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -eux; apk add --no-cache ca-certificates build-base;
1919

2020
RUN apk add git
2121

22-
ARG WASMVM_VERSION="v2.1.4"
22+
ARG WASMVM_VERSION="v2.2.3"
2323
ARG WASMVM_LIB="libwasmvm_muslc.x86_64.a"
2424
ARG WASMVM_BASE_URL="https://github.com/CosmWasm/wasmvm/releases/download/$WASMVM_VERSION"
2525
ARG WASMVM_URL="$WASMVM_BASE_URL/$WASMVM_LIB"

.github/workflows/nolus-core.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
# docker images
1919
CONTAINER_REGISTRY: ghcr.io
20-
BUILDER_IMAGE_TAG: "1.23.1"
20+
BUILDER_IMAGE_TAG: "1.23.2"
2121
BUILDER_IMAGE_NAME: "builder"
2222
BUILDER_DOCKERFILE: ".github/images/builder.Dockerfile"
2323
PROTOGEN_IMAGE_TAG: "0.2.0"
@@ -172,7 +172,7 @@ jobs:
172172
needs: [test-unit-coverage, builder-image]
173173
container:
174174
# image name needs to be hardcoded: https://github.com/orgs/community/discussions/26324
175-
image: "ghcr.io/nolus-protocol/nolus-core/builder:1.23.1"
175+
image: "ghcr.io/nolus-protocol/nolus-core/builder:1.23.2"
176176

177177
steps:
178178
- uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.2
44

55
require (
66
github.com/CosmWasm/wasmd v0.53.2
7-
github.com/CosmWasm/wasmvm/v2 v2.1.4
7+
github.com/CosmWasm/wasmvm/v2 v2.2.3
88
github.com/cometbft/cometbft v0.38.17
99
github.com/cosmos/cosmos-sdk v0.50.13
1010
github.com/cosmos/gogoproto v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25
227227
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
228228
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
229229
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
230-
github.com/CosmWasm/wasmvm/v2 v2.1.4 h1:7EUVQjBxXHkVjL2AqqXD7hMEe0dmoNn2li9E4PWRAnA=
231-
github.com/CosmWasm/wasmvm/v2 v2.1.4/go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg=
230+
github.com/CosmWasm/wasmvm/v2 v2.2.3 h1:LVaAdkCMbgfUTSFOANmp2OOU1rIgz4iylow4SFD/lqs=
231+
github.com/CosmWasm/wasmvm/v2 v2.2.3/go.mod h1:bMhLQL4Yp9CzJi9A83aR7VO9wockOsSlZbT4ztOl6bg=
232232
github.com/DataDog/datadog-go v3.2.0+incompatible h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=
233233
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
234234
github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=

0 commit comments

Comments
 (0)