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

Go toolchain version for 1.21.0 and later must be 1.N.P #7643

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/go/docker-credential-none/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher-sandbox/rancher-desktop/src/go/docker-credential-none

go 1.22
go 1.22.0

require (
github.com/docker/cli v27.3.1+incompatible
Expand Down
2 changes: 1 addition & 1 deletion src/go/extension-proxy/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/rancher-sandbox/rancher-desktop/src/go/extension-port-forwarder

go 1.22
go 1.22.0
2 changes: 1 addition & 1 deletion src/go/github-runner-monitor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher-sandbox/rancher-desktop/src/go/github-runner-monitor

go 1.22
go 1.22.0

require (
github.com/google/go-github/v55 v55.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/go/mock-wsl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher-sandbox/rancher-desktop/e2e/assets/mock-wsl

go 1.22
go 1.22.0

require (
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
Expand Down
2 changes: 1 addition & 1 deletion src/go/nerdctl-stub/generate/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher-sandbox/rancher-desktop/src/go/nerdctl-stub/generate

go 1.22
go 1.22.0

require github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af

Expand Down
2 changes: 1 addition & 1 deletion src/go/nerdctl-stub/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher-sandbox/rancher-desktop/src/go/nerdctl-stub

go 1.22
go 1.22.0

require (
github.com/hashicorp/go-multierror v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion src/go/rdctl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher-sandbox/rancher-desktop/src/go/rdctl

go 1.22
go 1.22.0

require (
github.com/adrg/xdg v0.5.0
Expand Down
Loading