Skip to content

Commit

Permalink
/{go,.github,testing}: bump go
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeegoddd committed Dec 3, 2024
1 parent 8f98c06 commit 5813de9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
latest=$(git rev-parse HEAD)
echo "commitish=$latest" >> $GITHUB_OUTPUT
GO_BUILD_VERSION=1.22 scripts/build_binaries.sh
GO_BUILD_VERSION=1.23.3 scripts/build_binaries.sh
- name: Create Release
id: create_release
uses: dolthub/create-release@v2
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/dolthub/doltgresql

go 1.22.2
go 1.23.3

toolchain go1.22.3
toolchain go1.23.3

require (
github.com/PuerkitoBio/goquery v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion testing/PostgresDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 testing/ReplicationTestDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgres:16
ENV POSTGRES_PASSWORD=password
ENV POSTGRES_USER=postgres

ENV GO_VERSION=1.22.0
ENV GO_VERSION=1.23.3

# Install Go
RUN apt-get update && \
Expand Down

0 comments on commit 5813de9

Please sign in to comment.