This is an automated email from the ASF dual-hosted git repository.
mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 5cd1006 Update go.mod to use go v1.15 (#146)
5cd1006 is described below
commit 5cd1006dc35f7f431b958f5cfb7fd288e5364fe0
Author: Matt Rutkowski <[email protected]>
AuthorDate: Mon Mar 8 10:10:59 2021 -0600
Update go.mod to use go v1.15 (#146)
---
README.md | 2 +-
go.mod | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 92a53e1..3254655 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ or simply build just the whisk commands:
$ go build -v ./whisk
```
-> **Note**: There is no `main` function in this project as the `./whish`
packages are treated together as a client library.
+> **Note**: There is no `main` function in this project as the `./whisk`
packages are treated together as a client library.
### Testing using `go test`
diff --git a/go.mod b/go.mod
index 867db3c..0491f2d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/openwhisk-client-go
-go 1.14
+go 1.15
require (
github.com/BurntSushi/toml v0.3.1 // indirect