Skip to content

Commit fe9a05f

Browse files
authored
chore: add support for ignore in go.mod (#3363)
* chore: add support for ignore in go.mod * explicit go1.25
1 parent e5302f6 commit fe9a05f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

go.mod

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

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/alexedwards/argon2id v1.0.0
@@ -186,3 +186,10 @@ tool (
186186
github.com/katbyte/terrafmt
187187
gotest.tools/gotestsum
188188
)
189+
190+
ignore (
191+
./docs
192+
./examples
193+
./scripts
194+
./templates
195+
)

0 commit comments

Comments
 (0)