Upgrade to go 1.16

This commit is contained in:
Nicholas Thompson
2021-04-23 22:05:42 +02:00
parent cc8fa9d611
commit f6c3b38976
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ env:
- GO111MODULE=on - GO111MODULE=on
go: go:
- 1.14.x - 1.16.x
git: git:
depth: 1 depth: 1

View File

@@ -18,7 +18,7 @@ docker run --name invertergui --device /dev/ttyUSB0:/dev/ttyUSB0 -p 8080:8080 di
## Requirements ## 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 ## Getting started

2
go.mod
View File

@@ -11,4 +11,4 @@ require (
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
) )
go 1.14 go 1.16