Skip to content

Commit

Permalink
go1.13 -> go1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rus-alex authored and quan8 committed Dec 10, 2020
1 parent bd7274e commit a0ab0e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- 1.13.x
- 1.14.x

go_import_path: github.com/Fantom-foundation/go-opera

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EVM-compatible chain secured by the Lachesis consensus algorithm.

## Building the source

Building `opera` requires both a Go (version 1.13 or later) and a C compiler. You can install
Building `opera` requires both a Go (version 1.14 or later) and a C compiler. You can install
them using your favourite package manager. Once the dependencies are installed, run

```shell
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
GOPATH: c:\gopath
GO111MODULE: on

stack: go 1.13
stack: go 1.14

init:
- choco install make mingw
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Fantom-foundation/go-opera

go 1.13
go 1.14

require (
github.com/Fantom-foundation/lachesis-base v0.0.0-20201208055012-a1325f0a96c0
Expand Down

0 comments on commit a0ab0e8

Please sign in to comment.