Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

FROM golang:1.15
Copy link
Contributor

@mrutkows mrutkows Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will also need to update Travis:
https://github.com/apache/openwhisk-wskdeploy/blob/master/.travis.yml

and update the README as well.

FROM golang:1.16.2

# Install zip
RUN apt-get -y update && \
Expand Down