Skip to content

Commit 88fbc2a

Browse files
committed
go mod tidy
1 parent 10fb7bc commit 88fbc2a

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/coder/coder/v2
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.21.5
46

57
// Required until https://github.com/hashicorp/terraform-config-inspect/pull/74 is merged.
68
replace github.com/hashicorp/terraform-config-inspect => github.com/kylecarbs/terraform-config-inspect v0.0.0-20211215004401-bbc517866b88

0 commit comments

Comments
 (0)