Bump google.golang.org/api from 0.0.0-20171021000356-7afc123cf726 to 0.134.0 #119
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build-integration.yml
on: pull_request
integration
45s
unit
38s
rubocop
17s
check-deps-tidy
29s
check-deps-updated
32s
release
0s
Annotations
9 errors
check-deps-tidy
Process completed with exit code 1.
|
check-deps-updated:
pkg/server/server.go#L97
cannot use &oauthConfig (type *oauth2.Config) as type routes.OAuthClient in field value:
|
check-deps-updated
Process completed with exit code 2.
|
unit:
pkg/server/server.go#L97
cannot use &oauthConfig (type *oauth2.Config) as type routes.OAuthClient in field value:
|
unit:
pkg/server/api/routes/access_tokens_test.go#L24
cannot use auth.FakeOauthConfig() (type *oauth2.Config) as type OAuthClient in field value:
|
unit
Process completed with exit code 2.
|
integration:
pkg/server/server.go#L97
cannot use &oauthConfig (type *oauth2.Config) as type routes.OAuthClient in field value:
|
integration:
pkg/server/api/routes/access_tokens_test.go#L24
cannot use auth.FakeOauthConfig() (type *oauth2.Config) as type OAuthClient in field value:
|
integration
Process completed with exit code 2.
|