Skip to content

Commit

Permalink
chore: upgrade go-vela deps on v0.8.0-rc1 (#235)
Browse files Browse the repository at this point in the history
* chore: upgrade go-vela deps on v0.8.0-rc1

* chore: upgrade go-vela deps on v0.8.0-rc1

* fix: runtime setup fields for pkg-runtime on v0.8.0-rc1
  • Loading branch information
jbrockopp authored May 24, 2021
1 parent 6b67634 commit 16fbd55
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 125 deletions.
4 changes: 2 additions & 2 deletions action/pipeline/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ func (c *Config) Exec(client compiler.Engine) error {
//
// https://pkg.go.dev/github.com/go-vela/pkg-runtime/runtime?tab=doc#New
_runtime, err := runtime.New(&runtime.Setup{
Driver: constants.DriverDocker,
Volumes: c.Volumes,
Driver: constants.DriverDocker,
HostVolumes: c.Volumes,
})
if err != nil {
return err
Expand Down
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.10.0 // indirect
github.com/go-vela/compiler v0.7.4
github.com/go-vela/mock v0.7.4
github.com/go-vela/pkg-executor v0.7.5
github.com/go-vela/pkg-runtime v0.7.5
github.com/go-vela/sdk-go v0.7.4
github.com/go-vela/types v0.7.5-0.20210521155017-06ba0f90957f
github.com/go-vela/compiler v0.8.0-rc1
github.com/go-vela/mock v0.8.0-rc1
github.com/go-vela/pkg-executor v0.8.0-rc1
github.com/go-vela/pkg-runtime v0.8.0-rc1
github.com/go-vela/sdk-go v0.8.0-rc1
github.com/go-vela/types v0.8.0-rc1
github.com/gosuri/uitable v0.0.4
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.8.0
Expand Down
Loading

0 comments on commit 16fbd55

Please sign in to comment.