File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44#
55# Nothing fancy here: we copy in the source code and build on the Alpine Go
66# image. Refer to .dockerignore to get a sense of what we're not going to copy.
7- FROM golang:1.25.4 -alpine3.22@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder
7+ FROM golang:1.26.3 -alpine3.22@sha256:be93003ee861b3b91b6ebcb22678524947e0cd786c2df3f32af520006b1e54f5 AS builder
88
99COPY . /src
1010WORKDIR /src
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ echo "Creating go.mod file..."
128128cat > " $DEST_LIB /go.mod" << EOF
129129module github.com/sourcegraph/sourcegraph/lib
130130
131- go 1.23
131+ go 1.26.3
132132EOF
133133
134134# Create README.md
Original file line number Diff line number Diff line change 11module github.com/sourcegraph/src-cli
22
3- go 1.26
3+ go 1.26.3
44
55require (
66 cloud.google.com/go/storage v1.50.0
Original file line number Diff line number Diff line change 11module github.com/sourcegraph/sourcegraph/lib
22
3- go 1.25.8
3+ go 1.26.3
44
55require (
66 github.com/Masterminds/semver v1.5.0
Original file line number Diff line number Diff line change 11[tools ]
2- golang = " 1.26.2 "
2+ golang = " 1.26.3 "
33shfmt = " 3.8.0"
44shellcheck = " 0.10.0"
You can’t perform that action at this time.
0 commit comments