Skip to content

Commit

Permalink
Bump go 1.13
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume J. Charmes <gcharmes@magicleap.com>
  • Loading branch information
creack committed Sep 25, 2019
1 parent 2769f65 commit 3a6a957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.riscv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12
FROM golang:1.13

# Clone and complie a riscv compatible version of the go compiler.
RUN git clone https://review.gerrithub.io/riscv/riscv-go /riscv-go
Expand Down
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module github.com/creack/pty

go 1.13

0 comments on commit 3a6a957

Please sign in to comment.