codewars / runner

Issue tracker for Code Runner
32 stars 8 forks source link

Add Go 1.21 #257

Open ryan6416 opened 11 months ago

ryan6416 commented 11 months ago

I would like to request support for the latest version of Golang, version 1.21.

Name: Golang Website: https://go.dev Language Version: 1.21 Test Frameworks: go test (built-in, ex: go test .), testify, gocheck, gopwt, gomega and many others. How to install: Please refer to the official installation documentation. How to compile/run:

Golang 1.21 was recently released and includes many new features and improvements over previous versions. It would be great if Codewars could support this latest version of the language.


:+1: reaction might help to get this request prioritized.

DonaldKellett commented 3 months ago

Go 1.22 was released on 2024-02-06 so perhaps we should update the title

Since Go adheres to its compatibility guarantee at the source level, I assume upgrading Go on Codewars directly should not break most Kata? Unfortunately I was not able to find the Go runner image used by Codewars