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 351569d commit a4ad9c1Copy full SHA for a4ad9c1
.goreleaser.yml
@@ -42,8 +42,6 @@ signs:
42
- --yes
43
release:
44
github:
45
- owner: terraform-linters
46
- name: tflint-ruleset-google
47
draft: true
48
snapshot:
49
version_template: "{{ .Tag }}-dev"
go.mod
@@ -1,6 +1,6 @@
1
module github.com/terraform-linters/tflint-ruleset-google
2
3
-go 1.24.2
+go 1.24.6
4
5
require (
6
github.com/dave/dst v0.27.3
0 commit comments