We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e14c3 commit a61ede8Copy full SHA for a61ede8
3 files changed
.tool-versions
@@ -1,2 +1,3 @@
1
+golang 1.24.1
2
terraform 1.11.3
3
pre-commit 4.2.0
go.mod
@@ -1,6 +1,6 @@
module terraform-provider-semaphoreui
-go 1.22.8
+go 1.24.1
4
5
require (
6
github.com/adhocore/gronx v1.19.5
tools/go.mod
module tools
-go 1.22.7
require github.com/hashicorp/terraform-plugin-docs v0.19.4
0 commit comments