Skip to content

Commit 407afd6

Browse files
committed
chore: update Go to 1.26.3
1 parent e1a9e41 commit 407afd6

6 files changed

Lines changed: 5 additions & 8 deletions

File tree

.tool-versions

Lines changed: 0 additions & 3 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

99
COPY . /src
1010
WORKDIR /src

dev/vendor-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ echo "Creating go.mod file..."
128128
cat > "$DEST_LIB/go.mod" <<EOF
129129
module github.com/sourcegraph/sourcegraph/lib
130130
131-
go 1.23
131+
go 1.26.3
132132
EOF
133133

134134
# Create README.md

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sourcegraph/src-cli
22

3-
go 1.26
3+
go 1.26.3
44

55
require (
66
cloud.google.com/go/storage v1.50.0

lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sourcegraph/sourcegraph/lib
22

3-
go 1.25.8
3+
go 1.26.3
44

55
require (
66
github.com/Masterminds/semver v1.5.0

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[tools]
2-
golang = "1.26.2"
2+
golang = "1.26.3"
33
shfmt = "3.8.0"
44
shellcheck = "0.10.0"

0 commit comments

Comments
 (0)