Skip to content

Commit

Permalink
Pin faas-cli version to latest
Browse files Browse the repository at this point in the history
The version changed to "0.12.6" and this caused the tests to
start to fail.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jul 1, 2020
1 parent 06f48bd commit e0f2b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/get/get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package get

import "testing"

const faasCLIVersion = "0.12.4"
const faasCLIVersion = "0.12.6"
const arch64bit = "x86_64"

func Test_DownloadDarwin(t *testing.T) {
Expand Down

0 comments on commit e0f2b40

Please sign in to comment.