Skip to content

Commit

Permalink
feat: add execution id to container id (shorter)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Jan 16, 2025
1 parent 23fc717 commit d859fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.33.0
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.6
github.com/steadybit/action-kit/go/action_kit_commons v1.2.17-0.20250116132539-7257dc01be86
github.com/steadybit/action-kit/go/action_kit_commons v1.2.17-0.20250116161007-c7e02610cc20
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.14
github.com/steadybit/action-kit/go/action_kit_test v1.3.2
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.6 h1:Qci7Numf66mjCIRo7KDwHUimIxUZzq+GBfyv/1f/QCU=
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.6/go.mod h1:ycF2RLgRsB8I/jD52aE+dKZKVru1GIEtmkcRcIR3vXk=
github.com/steadybit/action-kit/go/action_kit_commons v1.2.17-0.20250116132539-7257dc01be86 h1:2/9lvWSFcN4aUZSYnPGx+6bk0/kEYIvGyLeW/m1euNs=
github.com/steadybit/action-kit/go/action_kit_commons v1.2.17-0.20250116132539-7257dc01be86/go.mod h1:GFLcaf/WluBIqnq+iSCEGkEqxnfB9h1I16IBR1T7kNQ=
github.com/steadybit/action-kit/go/action_kit_commons v1.2.17-0.20250116161007-c7e02610cc20 h1:gIdaKjImy2KwRbjrGlOLCQQbtDQvMPfXnt+0D6M9DfY=
github.com/steadybit/action-kit/go/action_kit_commons v1.2.17-0.20250116161007-c7e02610cc20/go.mod h1:GFLcaf/WluBIqnq+iSCEGkEqxnfB9h1I16IBR1T7kNQ=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.14 h1:x94RX+vh9Iyc0tS6BhiSpvknj+xE36AV0Nc3D5Yuub0=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.14/go.mod h1:Tp/klK5b7k+BCvb3JTSDZSNcnpFBaHauhndzOarnMW4=
github.com/steadybit/action-kit/go/action_kit_test v1.3.2 h1:DFDznoWEbTGv+fiGYiRaq7tq5es9VTScjrWusRAbS08=
Expand Down

0 comments on commit d859fc6

Please sign in to comment.