Bump Go version in go.mod and for quick tests to 1.14

Go 1.13 was released in September 2019, more than two years ago.
Updating to one later release should be fine.

The primary reason for doing this is the introduction of
"testing".T.Cleanup in Go 1.14 (https://pkg.go.dev/testing#T.Cleanup).

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
pull/29/head
Michael Hanselmann 5 years ago
parent d09d487465
commit 0ac8d15a88

@ -216,7 +216,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
gover: ['1.13.15']
gover: ['1.14.15']
runs-on: "${{matrix.os}}"
name: "go${{matrix.gover}} on ${{matrix.os}} (quick)"
steps:

@ -4,7 +4,7 @@
module periph.io/x/devices/v3
go 1.13
go 1.14
require (
github.com/maruel/ansi256 v1.0.2

Loading…
Cancel
Save