Skip to content

Commit

Permalink
chore: upgrade to v0.7.0-rc1 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r authored Jan 13, 2021
1 parent a8ea33e commit 4eb01b9
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 66 deletions.
2 changes: 1 addition & 1 deletion cmd/vela-worker/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func setupClient(s *Server) (*vela.Client, error) {
// create a new Vela client from the server configuration
//
// https://pkg.go.dev/github.com/go-vela/sdk-go/vela?tab=doc#NewClient
vela, err := vela.NewClient(s.Address, nil)
vela, err := vela.NewClient(s.Address, "", nil)
if err != nil {
return nil, err
}
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.13
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/gin-gonic/gin v1.6.3
github.com/go-vela/pkg-executor v0.6.1-0.20201113131900-4f44bbe0ef33
github.com/go-vela/pkg-queue v0.6.0
github.com/go-vela/pkg-runtime v0.6.1-0.20201117152311-83cd0f9fc2b1
github.com/go-vela/sdk-go v0.6.1-0.20201023131354-0be3cce3f55d
github.com/go-vela/types v0.6.1-0.20210108224628-20005834775b
github.com/go-vela/pkg-executor v0.7.0-rc1
github.com/go-vela/pkg-queue v0.7.0-rc1
github.com/go-vela/pkg-runtime v0.7.0-rc1
github.com/go-vela/sdk-go v0.7.0-rc1
github.com/go-vela/types v0.7.0-rc1
github.com/joho/godotenv v1.3.0
github.com/prometheus/client_golang v1.9.0
github.com/sirupsen/logrus v1.7.0
Expand Down
Loading

0 comments on commit 4eb01b9

Please sign in to comment.