Skip to content

Commit

Permalink
Merge pull request #7643 from jandubois/go-version
Browse files Browse the repository at this point in the history
Go toolchain version for 1.21.0 and later must be 1.N.P
  • Loading branch information
jandubois authored Oct 16, 2024
2 parents 765ca61 + ffbb59c commit 538c5fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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/v66 v66.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

0 comments on commit 538c5fb

Please sign in to comment.