Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release pipeline and tests #351

Merged
merged 2 commits into from
Jan 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
orbs:
changelog: ory/[email protected]
sdk: ory/[email protected]
goreleaser: ory/[email protected].8
goreleaser: ory/[email protected].9

jobs:
format:
Expand Down
2 changes: 2 additions & 0 deletions cmd/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ import (
_ "github.com/ory/x/tools/listx"

_ "github.com/gobuffalo/packr/v2"

_ "github.com/ory/sdk/swagutil"
)
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/ory/graceful v0.1.1
github.com/ory/herodot v0.6.2
github.com/ory/ladon v1.0.1
github.com/ory/sdk/swagutil v0.0.0-20200123152503-0d50960e70bd // indirect
github.com/ory/sdk/swagutil v0.0.0-20200123152503-0d50960e70bd
github.com/ory/viper v1.5.7
github.com/ory/x v0.0.91
github.com/pborman/uuid v1.2.0
Expand All @@ -57,7 +57,6 @@ require (
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/tools v0.0.0-20191224055732-dd894d0a8a40
gopkg.in/square/go-jose.v2 v2.3.1
gopkg.in/yaml.v2 v2.2.7
)

// Fix for https://github.com/golang/lint/issues/436
Expand Down
Loading