Skip to content

Commit f4fa412

Browse files
committed
fix: data race in action_kit_test
1 parent 583e7b5 commit f4fa412

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/rs/zerolog v1.30.0
99
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.7.3
1010
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.7
11-
github.com/steadybit/action-kit/go/action_kit_test v1.2.0
11+
github.com/steadybit/action-kit/go/action_kit_test v1.2.1
1212
github.com/steadybit/extension-kit v1.8.8
1313
github.com/stretchr/testify v1.8.4
1414
golang.org/x/exp v0.0.0-20230905200255-921286631fa9

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ github.com/steadybit/action-kit/go/action_kit_api/v2 v2.7.3 h1:IJjaEM7pE++wT1T8k
211211
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.7.3/go.mod h1:BfFV+JOMe24695cTWvN/7Iuhc3izy6G1qt0vUzeksWg=
212212
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.7 h1:JvSNQf0z/dKLxbLDYtmUvRVZ+bI2E63AgxM+OV6K4Gs=
213213
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.7/go.mod h1:A+mKPGUqCaVFqkuwjUhL3PHh7s2E6M7zIZLiSTcnQ6Y=
214-
github.com/steadybit/action-kit/go/action_kit_test v1.2.0 h1:U/BAUPVyHNgU0zR5mJLlAFAHniCS+Vg1J6Ws45iXNeo=
215-
github.com/steadybit/action-kit/go/action_kit_test v1.2.0/go.mod h1:hk7LFcPmCP+9KzPRdgLHov3f75/dZA+OLgxNGJKWc2s=
214+
github.com/steadybit/action-kit/go/action_kit_test v1.2.1 h1:eBELpUdYHrUz4WL6REq7TcF0zsVH0gpTmMv8Mu4JPjA=
215+
github.com/steadybit/action-kit/go/action_kit_test v1.2.1/go.mod h1:hk7LFcPmCP+9KzPRdgLHov3f75/dZA+OLgxNGJKWc2s=
216216
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.4.2 h1:xWgCtshETS11ixcF+SIMqZEG6NBbtgUnjvo8wivbnec=
217217
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.4.2/go.mod h1:bcDdLYjTxUYyIvQ/Uz4GjHU7Io+VGFM8Oi2zoveTp08=
218218
github.com/steadybit/discovery-kit/go/discovery_kit_test v1.0.2 h1:OCmxLBa8/duFr6VglmWcUEHC5UsKlCI5ICzWxGzF9vQ=

0 commit comments

Comments
 (0)