From 9a23a03fc85e6ced86cb067d22ae2b2453f6a317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sat, 2 May 2026 14:21:07 +0400 Subject: [PATCH] =?UTF-8?q?test:=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D0=B2=D1=81=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D1=8B=20?= =?UTF-8?q?Go=20=D0=B4=D0=BB=D1=8F=20Fission?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/bench_heavy.py | 1 - scripts/test_linters.sh | 6 ------ scripts/test_simple_function.sh | 1 - 3 files changed, 8 deletions(-) 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 }