-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
module periph.io/x/devices/v3 | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/maruel/ansi256 v1.0.2 | ||
|