From e52c444f3ceb98aaf9ff48f6431540df041dd9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:42:00 +0000 Subject: [PATCH] go/examples(deps): bump github.com/bytecodealliance/wasm-tools-go Bumps [github.com/bytecodealliance/wasm-tools-go](https://github.com/bytecodealliance/wasm-tools-go) from 0.3.0 to 0.3.2. - [Release notes](https://github.com/bytecodealliance/wasm-tools-go/releases) - [Changelog](https://github.com/bytecodealliance/wasm-tools-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/wasm-tools-go/compare/v0.3.0...v0.3.2) --- updated-dependencies: - dependency-name: github.com/bytecodealliance/wasm-tools-go dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/go_component/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/go_component/go.mod b/examples/go_component/go.mod index 3302dc0a..0f509813 100644 --- a/examples/go_component/go.mod +++ b/examples/go_component/go.mod @@ -1,5 +1,3 @@ module github.com/example/calculator -go 1.21 - -require github.com/bytecodealliance/wasm-tools-go v0.3.0 +go 1.22.0