Skip to content

Commit 2cb1dc8

Browse files
authored
chore: add support for ignore in go.mod (#5015)
1 parent 689ceb3 commit 2cb1dc8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

go.mod

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

3-
go 1.24.6
3+
go 1.25.0
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.2
@@ -213,3 +213,9 @@ require (
213213
)
214214

215215
tool gotest.tools/gotestsum
216+
217+
ignore (
218+
./docs
219+
./scripts
220+
./wasm
221+
)

0 commit comments

Comments
 (0)