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.
1 parent 126092c commit bf4e449Copy full SHA for bf4e449
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
name: Set up Go
29
uses: actions/setup-go@v2
30
with:
31
- go-version: 1.18
+ go-version: 1.22.1
32
-
33
name: Import GPG key
34
id: import_gpg
go.mod
@@ -1,6 +1,6 @@
1
module terraform-provider-tlsutils
2
3
-go 1.18
+go 1.22.1
4
5
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
6
0 commit comments