MaterializeInc / terraform-provider-materialize

A Terraform provider for Materialize
https://registry.terraform.io/providers/MaterializeInc/materialize
Mozilla Public License 2.0
11 stars 8 forks source link

Update go version above 1.20 #648

Closed kfollesdal closed 2 months ago

kfollesdal commented 2 months ago

Feature request

We are building our terraform providers ourself. It would be nice if go version is update to a version above 1.20 fo better compatibility. Would make our building easier, noot needing to use 1.20 ;-)

Should be enough to run go mod tidy with an higher go version.

https://go.dev/doc/go1.21#tools

bobbyiliev commented 2 months ago

Hey @kfollesdal 👋

Thank you for this suggestion! I've just prepared a PR for this: https://github.com/MaterializeInc/terraform-provider-materialize/pull/649

sjwiesman commented 2 months ago

@kfollesdal. I'm just curious: why build the terraform provider yourself?

kfollesdal commented 2 months ago

@sjwiesman our environment is built on NixOS/nixpkgs. This give us easy management and control of dependency across our teams.