From 779b27cdf1f992b4c7ad7ec28d4be631860f0bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:55:48 +0000 Subject: [PATCH] go(deps): bump github.com/bytecodealliance/wasm-tools-go in /tinygo 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] --- tinygo/go.mod | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tinygo/go.mod b/tinygo/go.mod index 2f6f98df..53fe3fd3 100644 --- a/tinygo/go.mod +++ b/tinygo/go.mod @@ -1,7 +1,3 @@ module github.com/pulseengine/bazel-file-ops-component/tinygo -go 1.21 - -require ( - github.com/bytecodealliance/wasm-tools-go v0.3.0 -) \ No newline at end of file +go 1.22.0