Bump Go version in go.mod and for quick tests to 1.14 (#29)

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/27/head
hansmi 5 years ago committed by GitHub
parent d09d487465
commit 02831f4a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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