Skip to content

Commit

Permalink
Fix test on faas-cli version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 10, 2020
1 parent 7ada356 commit 5f60584
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 @@ -5,7 +5,7 @@ import (
"testing"
)

const faasCLIVersion = "0.12.13"
const faasCLIVersion = "0.12.14"
const arch64bit = "x86_64"
const archARM7 = "armv7l"
const archARM64 = "aarch64"
Expand Down

0 comments on commit 5f60584

Please sign in to comment.