From f6c3b38976d71ee6d408d18538834b655e68f065 Mon Sep 17 00:00:00 2001 From: Nicholas Thompson Date: Fri, 23 Apr 2021 22:05:42 +0200 Subject: [PATCH] Upgrade to go 1.16 --- .travis.yml | 2 +- README.md | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a23f795..4234845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ env: - GO111MODULE=on go: - - 1.14.x + - 1.16.x git: depth: 1 diff --git a/README.md b/README.md index 1be2004..48be3ac 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ docker run --name invertergui --device /dev/ttyUSB0:/dev/ttyUSB0 -p 8080:8080 di ## Requirements -This project makes use of [Go Modules](https://github.com/golang/go/wiki/Modules). The minimum version for Go is 1.11.x. +This project makes use of [Go Modules](https://github.com/golang/go/wiki/Modules). The minimum version for Go is 1.16 ## Getting started diff --git a/go.mod b/go.mod index 21b421c..d774bcb 100644 --- a/go.mod +++ b/go.mod @@ -11,4 +11,4 @@ require ( github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 ) -go 1.14 +go 1.16