Skip to content

Commit 279bf1a

Browse files
dmitshurgopherbot
authored andcommitted
all: fix build
Add a wasm build constraint to a WebAssembly-specific command. Encountering an empty go.mod file can be confusing for humans and for builders. Remove it, it's probably not needed anymore. Lower the go directive to 1.22 in testtiming so that a go1.22 toolchain can test it without needing to upgrade. Change-Id: I6550f67815d7a9a5fb70db57b17e576526fa8c8b Reviewed-on: https://go-review.googlesource.com/c/scratch/+/610455 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent a656415 commit 279bf1a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

cherry/testtiming/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.org/x/scratch/cherry/testtiming
22

3-
go 1.23
3+
go 1.22
44

55
require (
66
go.chromium.org/luci v0.0.0-20240716011143-b5eb7a221b66

cherry/wasmtest/testprog/x.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build wasm
2+
13
package main
24

35
import (

rsc/go.mod

Whitespace-only changes.

0 commit comments

Comments
 (0)