Skip to content

Commit b4ad127

Browse files
Merge pull request #191 from circleci/renovate/go-1.x
chore(deps): update dependency go to v1.24.6
2 parents 35bf1eb + 30272ee commit b4ad127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/circleci/runner-init
22

33
go 1.24.0
44

5-
toolchain go1.24.4
5+
toolchain go1.24.6
66

77
require (
88
github.com/alecthomas/kong v1.12.1

internal/testing/fakerunnerapi/fakerunnerapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type TaskEvent struct {
4040
}
4141

4242
var CmpTaskEvent = gocmp.Options{
43-
cmpopts.EquateApproxTime(1 * time.Minute),
43+
cmpopts.EquateApproxTime(2 * time.Minute),
4444
cmpopts.AcyclicTransformer("TimestampMilli", func(msec int64) time.Time {
4545
return time.UnixMilli(msec)
4646
}),

0 commit comments

Comments
 (0)