Skip to content

Commit

Permalink
change svc version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Jul 22, 2024
1 parent 3d4b3fe commit fd8f22b
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 5 deletions.
2 changes: 1 addition & 1 deletion service/account/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/labring/sealos/service/account

go 1.20
go 1.22

replace (
github.com/labring/sealos/controllers/pkg => ../../controllers/pkg/
Expand Down
2 changes: 1 addition & 1 deletion service/database/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/labring/sealos/service/database

go 1.20
go 1.22

require (
github.com/labring/sealos/service v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion service/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/labring/sealos/service

go 1.20
go 1.22

replace (
github.com/labring/sealos/service => ../service
Expand Down
173 changes: 173 additions & 0 deletions service/go.work.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion service/launchpad/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/labring/sealos/service/launchpad

go 1.20
go 1.22

require (
github.com/labring/sealos/service v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion service/pay/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/labring/sealos/service/pay

go 1.20
go 1.22

require (
github.com/gin-gonic/gin v1.9.1
Expand Down

0 comments on commit fd8f22b

Please sign in to comment.