redpanda-data / redpanda-operator

36 stars 9 forks source link

flake: upgrade to go 1.22.7 #219

Closed chrisseto closed 3 weeks ago

chrisseto commented 3 weeks ago

Developers that utilize the nix go binary for development, specifically for running gopls, would encounter errors from packages.Load stemming from go mod list calls due to the introduction of a go.work file.

This commit upgrades the go version in flake.nix to 1.22.7 to ensure proper support of go.work files.