We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go mod tidy
1 parent 10fb7bc commit 88fbc2aCopy full SHA for 88fbc2a
go.mod
@@ -1,6 +1,8 @@
1
module github.com/coder/coder/v2
2
3
-go 1.20
+go 1.21
4
+
5
+toolchain go1.21.5
6
7
// Required until https://github.com/hashicorp/terraform-config-inspect/pull/74 is merged.
8
replace github.com/hashicorp/terraform-config-inspect => github.com/kylecarbs/terraform-config-inspect v0.0.0-20211215004401-bbc517866b88
0 commit comments