Skip to content

Commit fb00f8a

Browse files
authored
Merge pull request #20 from pquerna/pq/update_go_1_16
Update CI and go.mod to go 1.16
2 parents f8f6533 + 172bcf0 commit fb00f8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ arch:
44
language: go
55

66
go:
7-
- "1.14"
87
- "1.15"
8+
- "1.16"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/pquerna/cachecontrol
22

3-
go 1.14
3+
go 1.16
44

55
require github.com/stretchr/testify v1.6.1

0 commit comments

Comments
 (0)