Skip to content

Commit

Permalink
Bump Go version to 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Will Fantom <willfantom@gmail.com>
  • Loading branch information
WillFantom committed Apr 23, 2021
1 parent 7d4cac7 commit e3d7f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.11.x"
- "1.16.x"

before_script:
- go get -u github.com/mitchellh/gox
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dropbox/dbxcli

go 1.11
go 1.16

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

0 comments on commit e3d7f71

Please sign in to comment.