Skip to content

Commit 31fbd81

Browse files
committed
chore: consistently use 0 as Go patch version
1 parent c9a159b commit 31fbd81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modulegen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/testcontainers/testcontainers-go/modulegen
22

3-
go 1.24
3+
go 1.24.0
44

55
toolchain go1.24.7
66

usage-metrics/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/testcontainers/testcontainers-go/usage-metrics
22

3-
go 1.24
3+
go 1.24.0
44

55
toolchain go1.24.7

wait/testdata/http/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module httptest
22

3-
go 1.24
3+
go 1.24.0
44

55
toolchain go1.24.7

0 commit comments

Comments
 (0)