Skip to content

Commit e3d7f71

Browse files
committed
Bump Go version to 1.16
Signed-off-by: Will Fantom <willfantom@gmail.com>
1 parent 7d4cac7 commit e3d7f71

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
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- "1.11.x"
4+
- "1.16.x"
55

66
before_script:
77
- go get -u github.com/mitchellh/gox

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dropbox/dbxcli
22

3-
go 1.11
3+
go 1.16
44

55
require (
66
github.com/dropbox/dropbox-sdk-go-unofficial v1.0.1-0.20210112084502-47d7ce03959a

0 commit comments

Comments
 (0)