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.2
56+ ARG GO_VERSION=1.26.3
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
@@ -81,7 +81,7 @@ RUN mise use -g rust@${RUST_VERSION}
8181
8282# ---
8383
84- FROM golang:1.26.2 -bookworm@sha256:47ce5636e9936b2c5cbf708925578ef386b4f8872aec74a67bd13a627d242b19 AS builder
84+ FROM golang:1.26.3 -bookworm@sha256:386d475a660466863d9f8c766fec64d7fdad3edac2c6a05020c09534d71edb4b AS builder
8585WORKDIR /src
8686
8787COPY go.mod go.sum ./
Original file line number Diff line number Diff line change 11module github.com/codize-dev/sandbox
22
3- go 1.26.2
3+ go 1.26.3
44
55require (
66 github.com/labstack/echo/v5 v5.1.0
Original file line number Diff line number Diff line change 11module sandbox
22
3- go 1.26.2
3+ go 1.26.3
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.2 "
2+ go = " 1.26.3 "
33"aqua:golangci/golangci-lint" = " 2.11.4"
44"aqua:evilmartians/lefthook" = " 2.1.6"
55"aqua:hadolint/hadolint" = " 2.14.0"
You can’t perform that action at this time.
0 commit comments