Skip to content

Commit

Permalink
require go 1.14 (#263)
Browse files Browse the repository at this point in the history
* refactor & format code

* optimized parse tag (#256)

* feature plugin custom flag (#251)

* support plugin custom flags

* add short name

* remove log

* remove log

* require go 1.14

Co-authored-by: kingxt <[email protected]>
Co-authored-by: songmeizi <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2020
1 parent 84ab11a commit 0d7f1d2
Showing 1 changed file with 1 addition and 1 deletion.
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/tal-tech/go-zero

go 1.13
go 1.14

require (
github.com/ClickHouse/clickhouse-go v1.4.3
Expand Down

0 comments on commit 0d7f1d2

Please sign in to comment.