Skip to content

Commit

Permalink
dependencies updated, version bumped (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szabadember authored Mar 17, 2020
1 parent 5c433e0 commit 5f428f2
Show file tree
Hide file tree
Showing 58 changed files with 13,758 additions and 90,622 deletions.
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 _tests/integration/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Test_VersionOutput(t *testing.T) {
{
out, err := command.RunCommandAndReturnCombinedStdoutAndStderr(binPath(), "version")
require.NoError(t, err)
require.Equal(t, "1.39.1", out)
require.Equal(t, "1.40.0", out)
}

t.Log("Version --full")
Expand All @@ -23,7 +23,7 @@ func Test_VersionOutput(t *testing.T) {
require.NoError(t, err)

expectedOSVersion := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH)
expectedVersionOut := fmt.Sprintf(`version: 1.39.1
expectedVersionOut := fmt.Sprintf(`version: 1.40.0
format version: 10
os: %s
go: %s
Expand Down
4 changes: 2 additions & 2 deletions bitrise/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ var PluginDependencyMap = map[string]PluginDependency{
},
"workflow-editor": PluginDependency{
Source: "https://github.com/bitrise-io/bitrise-workflow-editor.git",
MinVersion: "1.1.72",
MinVersion: "1.2.1",
},
"analytics": PluginDependency{
Source: "https://github.com/bitrise-io/bitrise-plugins-analytics.git",
MinVersion: "0.10.5",
MinVersion: "0.11.0",
},
}

Expand Down

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

11 changes: 11 additions & 0 deletions vendor/golang.org/x/sys/unix/README.md

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

7 changes: 7 additions & 0 deletions vendor/golang.org/x/sys/unix/mkerrors.sh

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

Loading

0 comments on commit 5f428f2

Please sign in to comment.