ci: bump to go 1.18 (#239)

This commit is contained in:
Michael McLoughlin
2022-04-10 21:03:05 -07:00
committed by GitHub
parent 72b8db9c80
commit b0c64b2e52
13 changed files with 899 additions and 50 deletions

View File

@@ -3,8 +3,8 @@
self=$(basename $0)
output=$1
eval $(go env)
arch=${GOROOT}/src/cmd/asm/internal/arch/arch.go
# Based on an archived copy of src/cmd/asm/internal/arch/arch.go.
arch="../data/arch.go.txt"
{
@@ -26,7 +26,7 @@ arch=${GOROOT}/src/cmd/asm/internal/arch/arch.go
sub(/\"\]/, "", from)
sub(/x86\.A/, "", to)
if(from != to) {
if(from != to) {
printf("\t{\"%s\", \"%s\"},\n", from, to)
}
}