File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.26.3 -alpine3.22@sha256:be93003ee861b3b91b6ebcb22678524947e0cd786c2df3f32af520006b1e54f5 AS builder
7+ FROM golang:1.26.4 -alpine3.22@sha256:727cfc3c40be55cd1bc9a4a059406b28a059857e3be752aa9d09531e12c20c56 AS builder
88
99COPY . /src
1010WORKDIR /src
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ echo "Creating go.mod file..."
136136cat > " $DEST_LIB /go.mod" << EOF
137137module github.com/sourcegraph/sourcegraph/lib
138138
139- go 1.26.3
139+ go 1.26.4
140140EOF
141141
142142# 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
3+ go 1.26.4
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.26.3
3+ go 1.26.4
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.3 "
2+ golang = " 1.26.4 "
33shfmt = " 3.8.0"
44shellcheck = " 0.10.0"
You can’t perform that action at this time.
0 commit comments