Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(go): Upgrade to Go 1.21.3 #338

Merged
merged 4 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade to go 1.21.3
  • Loading branch information
CarlosNihelton committed Oct 16, 2023
commit 9c7547a972a9f11a920eff8ae0817d2abd36d6e0
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.1
go 1.21.3

require (
google.golang.org/grpc v1.58.3
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.1
go 1.21.3

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.1
go 1.21.3
2 changes: 1 addition & 1 deletion end-to-end/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-pro-for-windows/end-to-end

go 1.21.1
go 1.21.3

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

use (
./agentapi
Expand Down
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.1
go 1.21.3

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.1
go 1.21.3

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.1
go 1.21.3

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.1
go 1.21.3

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

go 1.21.1
go 1.21.3

require (
github.com/canonical/ubuntu-pro-for-windows/agentapi v0.0.0-20231009121516-2b7d721b5cc8
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.1
go 1.21.3

require (
google.golang.org/grpc v1.58.3
Expand Down
Loading