Skip to content

Commit

Permalink
Downgrade to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 25, 2023
1 parent 44ad779 commit beb6670
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion agentapi/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-pro-for-windows/agentapi

go 1.21.3
go 1.21.1

require (
google.golang.org/grpc v1.59.0
Expand Down
2 changes: 1 addition & 1 deletion common/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-pro-for-windows/common

go 1.21.3
go 1.21.1

require (
github.com/google/uuid v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion contractsapi/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/canonical/ubuntu-pro-for-windows/contractsapi

go 1.21.3
go 1.21.1
2 changes: 1 addition & 1 deletion mocks/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-pro-for-windows/mocks

go 1.21.3
go 1.21.1

require (
github.com/canonical/landscape-hostagent-api v0.0.0-20230606055347-dd0b7f618303
Expand Down
2 changes: 1 addition & 1 deletion storeapi/go-wrapper/microsoftstore/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-pro-for-windows/storeapi/go-wrapper/microsoftstore

go 1.21.3
go 1.21.1

require (
github.com/canonical/ubuntu-pro-for-windows/common v0.0.0-20230905125854-3f98ad6913ab
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-pro-for-windows/tools

go 1.21.3
go 1.21.1

require (
github.com/canonical/ubuntu-pro-for-windows/windows-agent v0.0.0-20230906090052-60fb5d60ada4
Expand Down
2 changes: 1 addition & 1 deletion windows-agent/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-pro-for-windows/windows-agent

go 1.21.3
go 1.21.1

require (
github.com/canonical/landscape-hostagent-api v0.0.0-20230606055347-dd0b7f618303
Expand Down
2 changes: 1 addition & 1 deletion wslserviceapi/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-pro-for-windows/wslserviceapi

go 1.21.3
go 1.21.1

require (
google.golang.org/grpc v1.59.0
Expand Down

0 comments on commit beb6670

Please sign in to comment.