module: bump minimum Go version to 1.16

pull/70/head v0.4.2
cn 2 years ago
parent e8c1b0b37e
commit f995734bc9

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go:
- '1.15'
- '1.16'
env:
GO111MODULE: on
GOPROXY: direct

@ -1,6 +1,6 @@
module miflorad
go 1.15
go 1.16
require (
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e

Loading…
Cancel
Save