Skip to content

Commit 5db3e5b

Browse files
authored
Merge pull request #9765 from dolthub/db/bump-go
[no-release-notes]/{go,integration-tests}: bump go
2 parents 544f298 + 698b6e1 commit 5db3e5b

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed

go/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,4 @@ require (
200200
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
201201
)
202202

203-
go 1.24.4
204-
205-
toolchain go1.24.6
203+
go 1.24.6

integration-tests/DataDumpLoadDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt update -y && \
2020

2121
# install go
2222
WORKDIR /root
23-
ENV GO_VERSION=1.23.3
23+
ENV GO_VERSION=1.24.6
2424
ENV GOPATH=$HOME/go
2525
ENV PATH=$PATH:$GOPATH/bin
2626
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin

integration-tests/MySQLDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apt update -y && \
5959

6060
# install go
6161
WORKDIR /root
62-
ENV GO_VERSION=1.23.3
62+
ENV GO_VERSION=1.24.6
6363
ENV GOPATH=$HOME/go
6464
ENV PATH=$PATH:$GOPATH/bin
6565
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin

integration-tests/ORMDockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt update -y && \
2525

2626
# install go
2727
WORKDIR /root
28-
ENV GO_VERSION=1.23.3
28+
ENV GO_VERSION=1.24.6
2929
ENV GOPATH=/go
3030
ENV PATH=$PATH:$GOPATH/bin
3131
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin

integration-tests/go-sql-server-driver/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/dolthub/dolt/integration-tests/go-sql-server-driver
22

3-
go 1.24.4
4-
5-
toolchain go1.24.6
3+
go 1.24.6
64

75
require (
86
github.com/dolthub/dolt/go v0.40.4

0 commit comments

Comments
 (0)