Skip to content

Commit

Permalink
bumps Go SDK to 1.23 (DiceDB#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
JyotinderSingh authored Sep 18, 2024
1 parent 0e14cad commit 9670a5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
go-version: "1.23.x"
- name: Install dependencies
run: go get .
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS builder
FROM golang:1.23 AS builder
WORKDIR /dicedb
COPY go.mod go.sum ./
RUN go mod download -x
Expand Down
2 changes: 1 addition & 1 deletion examples/leaderboard-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.23 as builder
WORKDIR /app

COPY go.mod go.sum ./
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/dicedb/dice

go 1.21.0

toolchain go1.23.0
go 1.23.0

require gotest.tools/v3 v3.5.1

Expand Down

0 comments on commit 9670a5a

Please sign in to comment.