gocqlx icon indicating copy to clipboard operation
gocqlx copied to clipboard

Upgrade to Go 1.18

Open osodracnai opened this issue 3 years ago • 6 comments
trafficstars

is there any plan to update the project to go 1.18?

osodracnai avatar Apr 13 '22 12:04 osodracnai

You can use it with go 1.18 no problem. Or you mean something else?

mmatczuk avatar Apr 13 '22 14:04 mmatczuk

i meant upgrade the go.mod file to 1.18 version

osodracnai avatar Apr 13 '22 15:04 osodracnai

What's the benefit?

mmatczuk avatar Apr 13 '22 15:04 mmatczuk

mainly generics and fuzz testing

osodracnai avatar Apr 13 '22 15:04 osodracnai

What's the benefit for gocqlx of just bumping a string in go mod?

mmatczuk avatar Apr 13 '22 18:04 mmatczuk

So people could use new features to contribute into the project instead of being held by a string on go.mod

osodracnai avatar Apr 13 '22 19:04 osodracnai

I reckon it will have sense after 1.17 is not used anymore. Now lots of services in production still use go 1.17.

kaatinga avatar Dec 09 '22 14:12 kaatinga