Skip to content

Commit

Permalink
Update azure sdk (#266)
Browse files Browse the repository at this point in the history
* update azure sdk

* Use fixed version of dep in circleci (v0.4.1)

(cherry picked from commit 3a0feee)
  • Loading branch information
mrIncompetent authored Jul 12, 2018
1 parent d00e85f commit b234d9c
Show file tree
Hide file tree
Showing 61 changed files with 16,355 additions and 13,181 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- restore_cache:
key: repo-{{ .Environment.CIRCLE_SHA1 }}
- run: go get -u github.com/golang/dep/cmd/dep
- run: DEP_RELEASE_TAG=v0.4.1 curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: dep status

test:
Expand Down
10 changes: 5 additions & 5 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ required = ["k8s.io/code-generator/cmd/client-gen"]

[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "16.2.*"
version = "18.*"

[[constraint]]
name = "github.com/Azure/go-autorest"
version = "10.8.*"
version = "10.12.*"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b234d9c

Please sign in to comment.