Skip to content

Commit

Permalink
upgrade go.mod version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc committed Jun 16, 2023
1 parent 3a7a7a7 commit b44a625
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config_server/service/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/alibaba/ilogtail/config_server/service

go 1.18
go 1.19

require (
github.com/gin-gonic/gin v1.8.1
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/alibaba/ilogtail

go 1.18
go 1.19

require (
github.com/ClickHouse/clickhouse-go/v2 v2.6.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/alibaba/ilogtail/pkg

go 1.18
go 1.19

require (
github.com/alibaba/ilogtail v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/alibaba/ilogtail/test

go 1.18
go 1.19

require (
github.com/ClickHouse/clickhouse-go/v2 v2.6.0
Expand Down

0 comments on commit b44a625

Please sign in to comment.