diff --git a/src/go/docker-credential-none/go.mod b/src/go/docker-credential-none/go.mod index 33d514a6fc9..52fff77f4e4 100644 --- a/src/go/docker-credential-none/go.mod +++ b/src/go/docker-credential-none/go.mod @@ -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 diff --git a/src/go/extension-proxy/go.mod b/src/go/extension-proxy/go.mod index 73cc55afd27..8846297ad4d 100644 --- a/src/go/extension-proxy/go.mod +++ b/src/go/extension-proxy/go.mod @@ -1,3 +1,3 @@ module github.com/rancher-sandbox/rancher-desktop/src/go/extension-port-forwarder -go 1.22 +go 1.22.0 diff --git a/src/go/github-runner-monitor/go.mod b/src/go/github-runner-monitor/go.mod index 65ec6b3efd5..76043f36737 100644 --- a/src/go/github-runner-monitor/go.mod +++ b/src/go/github-runner-monitor/go.mod @@ -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 diff --git a/src/go/mock-wsl/go.mod b/src/go/mock-wsl/go.mod index 89e2f26419e..e717d39be05 100644 --- a/src/go/mock-wsl/go.mod +++ b/src/go/mock-wsl/go.mod @@ -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 diff --git a/src/go/nerdctl-stub/generate/go.mod b/src/go/nerdctl-stub/generate/go.mod index a2d488c7ac9..0eebcb1d507 100644 --- a/src/go/nerdctl-stub/generate/go.mod +++ b/src/go/nerdctl-stub/generate/go.mod @@ -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 diff --git a/src/go/nerdctl-stub/go.mod b/src/go/nerdctl-stub/go.mod index 69d4d19ecad..9ae290b0991 100644 --- a/src/go/nerdctl-stub/go.mod +++ b/src/go/nerdctl-stub/go.mod @@ -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 diff --git a/src/go/rdctl/go.mod b/src/go/rdctl/go.mod index 5017df5fa04..0e898d0b85a 100644 --- a/src/go/rdctl/go.mod +++ b/src/go/rdctl/go.mod @@ -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