diff --git a/scripts/bench_heavy.py b/scripts/bench_heavy.py index 82540b7..97269fb 100644 --- a/scripts/bench_heavy.py +++ b/scripts/bench_heavy.py @@ -634,7 +634,6 @@ PERL_CODE = r"""sub { } """ -# ── Go ──────────────────────────────────────────────────────────────────────── GO_CODE = r"""package main import ( diff --git a/scripts/test_linters.sh b/scripts/test_linters.sh index 9af34cc..f8f7cb2 100644 --- a/scripts/test_linters.sh +++ b/scripts/test_linters.sh @@ -58,12 +58,6 @@ chk H04 php fail $' "${dir}/go.mod" <<'EOF' module fn -go 1.21 EOF }