Skip to content

Commit 4592f5f

Browse files
author
Sergio Andres Virviescas Santana
committed
Remove support to Go 1.11
1 parent a5f2774 commit 4592f5f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ go:
99
- 1.14.x
1010
- 1.13.x
1111
- 1.12.x
12-
- 1.11.x
1312
- tip
1413

1514
before_script:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/atreugo/requestid
22

3-
go 1.11
3+
go 1.12
44

55
require (
66
github.com/google/uuid v1.1.1

0 commit comments

Comments
 (0)