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 90b7a57 commit 647299aCopy full SHA for 647299a
.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.16
+ go-version: 1.21
32
-
33
name: Import GPG key
34
id: import_gpg
go.mod
@@ -2,8 +2,6 @@ module github.com/streamdal/terraform-provider-streamdal
2
3
go 1.21
4
5
-toolchain go1.21.5
6
7
require (
8
github.com/golang/protobuf v1.5.3
9
github.com/hashicorp/terraform-plugin-docs v0.6.0
0 commit comments