File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed
Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN apt update -y && \
2020
2121# install go
2222WORKDIR /root
23- ENV GO_VERSION=1.23.3
23+ ENV GO_VERSION=1.24.6
2424ENV GOPATH=$HOME/go
2525ENV PATH=$PATH:$GOPATH/bin
2626ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN apt update -y && \
5959
6060# install go
6161WORKDIR /root
62- ENV GO_VERSION=1.23.3
62+ ENV GO_VERSION=1.24.6
6363ENV GOPATH=$HOME/go
6464ENV PATH=$PATH:$GOPATH/bin
6565ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt update -y && \
2525
2626# install go
2727WORKDIR /root
28- ENV GO_VERSION=1.23.3
28+ ENV GO_VERSION=1.24.6
2929ENV GOPATH=/go
3030ENV PATH=$PATH:$GOPATH/bin
3131ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
Original file line number Diff line number Diff line change 11module 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
75require (
86 github.com/dolthub/dolt/go v0.40.4
You can’t perform that action at this time.
0 commit comments