codewars / runner

Issue tracker for Code Runner
32 stars 8 forks source link

Add Go 1.21 support #269

Closed mihilt closed 6 months ago

mihilt commented 7 months ago

i couldn't use the "slices" package in golang even if it's a standard library. so i figured out why it happened.

it seems it's because the code editor only can choose the legacy version. if we can choose the latest version, then we can use that standard library.

reference: https://pkg.go.dev/slices

it seems this feature was published when it was Jun 16, 2023 (go1.21rc1)

hobovsky commented 6 months ago

Duplicate of #257