Skip to content

Commit

Permalink
Bump go to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Mar 12, 2021
1 parent 1a8dc3f commit fa0ae77
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ env:
- GO111MODULE=on

go:
- "1.15.6"
- "1.16.x"

before_install:
- go get github.com/mattn/goveralls
- go install github.com/mattn/goveralls@latest

script:
- make
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ replace (
vbom.ml/util => github.com/fvbommel/util v0.0.2 // Mitigate https://github.com/fvbommel/util/issues/6
)

go 1.13
go 1.16
Loading

0 comments on commit fa0ae77

Please sign in to comment.