Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jun 5, 2024
1 parent 07708be commit 5cfb001
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion executor/linux/step.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *client) PlanStep(ctx context.Context, ctn *pipeline.Container) error {
var requestToken string

if len(ctn.IDRequest) > 0 {
opts := vela.RequestTokenOptions{
opts := &vela.RequestTokenOptions{
Image: ctn.Image,
Request: ctn.IDRequest,
Commands: ctn.Commands != nil && len(ctn.Commands) > 0,
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/docker/docker v26.0.0+incompatible
github.com/docker/go-units v0.5.0
github.com/gin-gonic/gin v1.9.1
github.com/go-vela/sdk-go v0.23.3-0.20240530143254-c6da5a00b4c3
github.com/go-vela/server v0.23.4-0.20240530142519-36983c65c8e4
github.com/go-vela/sdk-go v0.23.3-0.20240605154217-db84c9aa1e55
github.com/go-vela/server v0.23.4-0.20240605145932-a0b14ae60d76
github.com/go-vela/types v0.23.4-0.20240516161114-57d6b8f77b10
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/go-cmp v0.6.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg
github.com/go-playground/validator/v10 v10.14.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
github.com/go-vela/sdk-go v0.23.3-0.20240530143254-c6da5a00b4c3 h1:x4/YF2IMeCd3jSYNKY4pHoLZ7/VufAbtBA7AA0iadjk=
github.com/go-vela/sdk-go v0.23.3-0.20240530143254-c6da5a00b4c3/go.mod h1:Ve8Ojpk/zJTTuh4ECCTm75VDKuqgGzaj4VNDVufuUkw=
github.com/go-vela/server v0.23.4-0.20240530142519-36983c65c8e4 h1:5sDKoDdX5izPVr9H+dmH8HLxTKdIqVb25wmGF4pp1BM=
github.com/go-vela/server v0.23.4-0.20240530142519-36983c65c8e4/go.mod h1:LXCP+IpHA1YdvZrgcbjoR2H0WfIywXCq+UrJ1cru0NM=
github.com/go-vela/sdk-go v0.23.3-0.20240605154217-db84c9aa1e55 h1:RxxubSTrPLHTbETqweaEWQ4+FkuCHf8z5nMIy4z4y18=
github.com/go-vela/sdk-go v0.23.3-0.20240605154217-db84c9aa1e55/go.mod h1:jz4DeN9f6jhZT2rPeEXUJCIjRvrOBpFaXa0HrOmVoyA=
github.com/go-vela/server v0.23.4-0.20240605145932-a0b14ae60d76 h1:KqE35llJw9lytC+KfK139f4cqihlWaHWs0mvMTmc0wE=
github.com/go-vela/server v0.23.4-0.20240605145932-a0b14ae60d76/go.mod h1:LXCP+IpHA1YdvZrgcbjoR2H0WfIywXCq+UrJ1cru0NM=
github.com/go-vela/types v0.23.4-0.20240516161114-57d6b8f77b10 h1:VQxIqxpJKIOzRnMi4z/d+EOo7jc5PXCnlUvZZl5ajzA=
github.com/go-vela/types v0.23.4-0.20240516161114-57d6b8f77b10/go.mod h1:vISsYDdjz9RPEK6qZ+MxtrdZEjTVU4K30NomB3826u8=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
Expand Down

0 comments on commit 5cfb001

Please sign in to comment.