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.
2 parents 35bf1eb + 30272ee commit b4ad127Copy full SHA for b4ad127
go.mod
@@ -2,7 +2,7 @@ module github.com/circleci/runner-init
2
3
go 1.24.0
4
5
-toolchain go1.24.4
+toolchain go1.24.6
6
7
require (
8
github.com/alecthomas/kong v1.12.1
internal/testing/fakerunnerapi/fakerunnerapi.go
@@ -40,7 +40,7 @@ type TaskEvent struct {
40
}
41
42
var CmpTaskEvent = gocmp.Options{
43
- cmpopts.EquateApproxTime(1 * time.Minute),
+ cmpopts.EquateApproxTime(2 * time.Minute),
44
cmpopts.AcyclicTransformer("TimestampMilli", func(msec int64) time.Time {
45
return time.UnixMilli(msec)
46
}),
0 commit comments