We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a564da commit dc9b26eCopy full SHA for dc9b26e
2 files changed
.goreleaser.yml
@@ -152,5 +152,5 @@ snapshot:
152
# Source configuration
153
source:
154
enabled: true
155
- name_template: "{{ .ProjectName }}_{{ .Version }}_source.tar.gz"
+ name_template: "{{ .ProjectName }}_{{ .Version }}_source"
156
format: "tar.gz"
go.mod
@@ -1,6 +1,8 @@
1
module github.com/Trozz/terraform-provider-pocketid
2
3
-go 1.21
+go 1.23.0
4
+
5
+toolchain go1.24.2
6
7
require (
8
github.com/hashicorp/terraform-plugin-framework v1.15.0
0 commit comments