Go 1.18 has been released

Time for a new circleci/golang docker image.

1 Like

Hi, this has already been published as cimg/go:1.18:

The old circleci/golang is one of the legacy images, which is now deprecated. More information on that can be found here:

I hope this helps!

1 Like

using cimg/go:1.18 did not work that well…

`
Starting container cimg/go:1.18
image cache not found on this host, downloading cimg/go:1.18

Error response from daemon: Head “https://registry-1.docker.io/v2/cimg/go/manifests/1.18”: unauthorized: incorrect username or password`

Can you share some or all of your config? I ran a test build here and it seems to work as expected.