mirror of
https://github.com/cmur2/miflorad.git
synced 2025-04-07 17:30:59 +02:00
module: bump minimum Go version to 1.16
This commit is contained in:
parent
e8c1b0b37e
commit
f995734bc9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go:
|
||||
- '1.15'
|
||||
- '1.16'
|
||||
env:
|
||||
GO111MODULE: on
|
||||
GOPROXY: direct
|
||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
||||
module miflorad
|
||||
|
||||
go 1.15
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
|
||||
|
Loading…
x
Reference in New Issue
Block a user