File tree Expand file tree Collapse file tree
internal/sandbox/defaults/go Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ RUN cd /tmp/preinstall && \
5353
5454# Go
5555# renovate: datasource=golang-version depName=go
56- ARG GO_VERSION=1.26.3
56+ ARG GO_VERSION=1.26.4
5757ENV PATH="/mise/installs/go/${GO_VERSION}/bin:$PATH"
5858RUN mise use -g go@${GO_VERSION} && \
5959 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.3
3+ go 1.26.4
44
55require (
66 github.com/labstack/echo/v5 v5.1.1
Original file line number Diff line number Diff line change 11module sandbox
22
3- go 1.26.3
3+ go 1.26.4
44
55require golang.org /x/text v0.34.0 // indirect
Original file line number Diff line number Diff line change 11[tools ]
2- go = " 1.26.3 "
2+ go = " 1.26.4 "
33"aqua:golangci/golangci-lint" = " 2.11.4"
44"aqua:evilmartians/lefthook" = " 2.1.9"
55"aqua:hadolint/hadolint" = " 2.14.0"
You can’t perform that action at this time.
0 commit comments