Skip to content

Commit

Permalink
Merge pull request #8628 from dolthub/db/bump-go
Browse files Browse the repository at this point in the history
[no-release-notes] /{.github,go,integration-tests}: bump go
  • Loading branch information
coffeegoddd authored Dec 6, 2024
2 parents 9984308 + 00732cb commit 24f85b3
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-release-pgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
run: |
latest=$(git rev-parse HEAD)
echo "commitish=$latest" >> $GITHUB_OUTPUT
GO_BUILD_VERSION=1.22 go/utils/publishrelease/buildpgobinaries.sh
GO_BUILD_VERSION=1.23.3 go/utils/publishrelease/buildpgobinaries.sh
env:
GO_BUILD_VERSION: "1.22"
GO_BUILD_VERSION: "1.23.3"
PROFILE: ${{ format('{0}/dolt-cpu-profile.pprof', github.workspace) }}
- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ require (

replace github.com/dolthub/dolt/go/gen/proto/dolt/services/eventsapi => ./gen/proto/dolt/services/eventsapi

go 1.22.2
go 1.23.3
4 changes: 2 additions & 2 deletions go/go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go 1.22.5
go 1.23.3

toolchain go1.22.7
toolchain go1.23.3

use (
.
Expand Down
2 changes: 1 addition & 1 deletion go/performance/continuous_integration/SysbenchDockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3-labs
FROM --platform=linux/amd64 golang:1.22-alpine as gobin
FROM --platform=linux/amd64 golang:1.23.3-alpine as gobin
FROM --platform=linux/amd64 ubuntu:22.04

COPY --from=gobin /usr/local/go/ /go/
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/DataDumpLoadDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt update -y && \

# install go
WORKDIR /root
ENV GO_VERSION=1.22.1
ENV GO_VERSION=1.23.3
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/MySQLDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN apt update -y && \

# install go
WORKDIR /root
ENV GO_VERSION=1.22.1
ENV GO_VERSION=1.23.3
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/ORMDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt update -y && \

# install go
WORKDIR /root
ENV GO_VERSION=1.22.1
ENV GO_VERSION=1.23.3
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin
Expand Down
4 changes: 1 addition & 3 deletions integration-tests/go-sql-server-driver/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/dolthub/dolt/integration-tests/go-sql-server-driver

go 1.22.5

toolchain go1.22.7
go 1.23.3

require (
github.com/dolthub/dolt/go v0.40.4
Expand Down

0 comments on commit 24f85b3

Please sign in to comment.