Skip to content

Commit

Permalink
go version increased to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Ozgan committed May 8, 2021
1 parent 4571a28 commit 0176b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: go

go:
- 1.16.x
- 1.15.x
- 1.14.x
- 1.13.x
- tip
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/kkyr/fig

go 1.14
go 1.16

require (
github.com/imdario/mergo v0.3.12
Expand Down

0 comments on commit 0176b02

Please sign in to comment.