Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ jobs:
# macOS/Windows to also get coverage for test-without-a-patched-toolchain.
- name: Install Patched Go
run: |
curl -OL https://github.com/dicej/go/releases/download/go1.25.5-wasi-on-idle/go-linux-amd64-bootstrap.tbz
curl -OL https://github.com/dicej/go/releases/download/go1.27.1-wasi-on-idle/go-linux-amd64-bootstrap.tbz
tar xf go-linux-amd64-bootstrap.tbz
echo "$(pwd)/go-linux-amd64-bootstrap/bin" >> $GITHUB_PATH
if: matrix.lang == 'go' && matrix.os == 'ubuntu-latest'

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.25.4
go-version: 1.27.1
if: matrix.lang == 'go' && matrix.os != 'ubuntu-latest'

- name: Setup D
Expand Down
2 changes: 1 addition & 1 deletion crates/go/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn remote_pkg(name: &str) -> String {
}

/// The version of github.com/bytecodealliance/go-pkg that's being used
const REMOTE_PKG_VERSION: &str = "v0.2.3";
const REMOTE_PKG_VERSION: &str = "v0.3.0";

/// If a user specifies the `pkg_name` flag, the required version for the
/// shared remote package isn't recorded. This enables downstream users to retrieve the version programmatically.
Expand Down
2 changes: 1 addition & 1 deletion crates/go/src/pkg
Submodule pkg updated 138 files
Loading