You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a check that the generated code is available for all GOARCH listed in go tool dist list.
This test must be in a _test.go file, not in the code generators, as the aim is to be able to detect failures with past or future Go toolchains.
$ go versiongo version go1.24.0 darwin/arm64
$ go tool dist list | sed 's!.*/!!'| sort -u386amd64armarm64loong64mipsmips64mips64lemipsleppc64ppc64leriscv64s390xwasm
The text was updated successfully, but these errors were encountered:
dolmen
changed the title
testing: Add check using "go tool dist list"
tests: Add check using "go tool dist list"
Nov 10, 2023
Add a check that the generated code is available for all GOARCH listed in
go tool dist list
.This test must be in a
_test.go
file, not in the code generators, as the aim is to be able to detect failures with past or future Go toolchains.The text was updated successfully, but these errors were encountered: