joneshf / terraform-provider-openwrt

A Terraform provider for OpenWrt using LuCI's JSON-RPC API
https://registry.terraform.io/providers/joneshf/openwrt
Mozilla Public License 2.0
33 stars 8 forks source link

Bump `go` version to `1.20.x` #105

Closed joneshf closed 1 year ago

joneshf commented 1 year ago

We want to be able to access errors.Join in the standard library. This func was added in 1.20: https://pkg.go.dev/errors@go1.20#Join, so we're bumping the version in order to access it.