Skip to content

Commit dc9b26e

Browse files
committed
chore: trying to fix ci and release
1 parent 7a564da commit dc9b26e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,5 @@ snapshot:
152152
# Source configuration
153153
source:
154154
enabled: true
155-
name_template: "{{ .ProjectName }}_{{ .Version }}_source.tar.gz"
155+
name_template: "{{ .ProjectName }}_{{ .Version }}_source"
156156
format: "tar.gz"

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/Trozz/terraform-provider-pocketid
22

3-
go 1.21
3+
go 1.23.0
4+
5+
toolchain go1.24.2
46

57
require (
68
github.com/hashicorp/terraform-plugin-framework v1.15.0

0 commit comments

Comments
 (0)