1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Upgrade to Go 1.14

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer 2020-02-27 12:52:37 -08:00
parent 42a1720620
commit 234ece675f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- "1.13.x"
- "1.14.x"
before_install:
# Make sure travis builds work for forks

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/wtfutil/wtf
go 1.13
go 1.14
require (
code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c