Skip to content

Commit

Permalink
change svc version to 1.22 (#4916)
Browse files Browse the repository at this point in the history
change svc version to 1.22

change svc version to 1.22

change svc version to 1.22

change svc version to 1.22

change svc version to 1.22
  • Loading branch information
bxy4543 authored Jul 22, 2024
1 parent 3d4b3fe commit d59fd4a
Show file tree
Hide file tree
Showing 9 changed files with 206 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ on:
- "!**/*.yaml"
env:
# Common versions
GO_VERSION: "1.20"
GO_VERSION: "1.22"
DEFAULT_OWNER: "labring"
CRYPTOKEY: ${{ secrets.CONTROLLER_BUILD_CRYPTOKEY }}

Expand Down
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/exceptionmonitor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/labring/sealos/service/exceptionmonitor

go 1.20
go 1.22

require (
github.com/alibabacloud-go/dysmsapi-20170525/v3 v3.0.6
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
2 changes: 1 addition & 1 deletion service/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.20
go 1.22

use (
./database
Expand Down
198 changes: 198 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 d59fd4a

Please sign in to comment.