File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
internal/sandbox/defaults/go Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN mise settings ruby.compile=false && mise use -g ruby@${RUBY_VERSION} && \
4747
4848# Go
4949# renovate: datasource=golang-version depName=go
50- ARG GO_VERSION=1.26.0
50+ ARG GO_VERSION=1.26.2
5151ENV PATH="/mise/installs/go/${GO_VERSION}/bin:$PATH"
5252RUN mise use -g go@${GO_VERSION} && \
5353 ln -s /mise/installs/go/${GO_VERSION} /mise/installs/go/current
Original file line number Diff line number Diff line change 11module github.com/codize-dev/sandbox
22
3- go 1.26.0
3+ go 1.26.2
44
55require (
66 github.com/labstack/echo/v5 v5.0.4
7+ github.com/spf13/cobra v1.10.2
78 github.com/stretchr/testify v1.11.1
89 go.yaml.in/yaml/v4 v4.0.0-rc.4
910 golang.org/x/sys v0.41.0
@@ -13,7 +14,6 @@ require (
1314 github.com/davecgh/go-spew v1.1.1 // indirect
1415 github.com/inconshreveable/mousetrap v1.1.0 // indirect
1516 github.com/pmezard/go-difflib v1.0.0 // indirect
16- github.com/spf13/cobra v1.10.2 // indirect
1717 github.com/spf13/pflag v1.0.9 // indirect
1818 golang.org/x/time v0.14.0 // indirect
1919 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change 11module sandbox
22
3- go 1.26.0
3+ go 1.26.2
44
55require golang.org /x/text v0.34.0 // indirect
You can’t perform that action at this time.
0 commit comments