Skip to content

Commit

Permalink
backend: update a golang version up to 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsovak committed Jan 3, 2025
1 parent 8797c30 commit 8dae49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN npm run build
FROM nodedeps as nodetest
RUN npm run test

FROM golang:1.20 as godeps
FROM golang:1.23.3 as godeps
WORKDIR /source
ADD go.mod .
ADD 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 dekart

go 1.22.7

toolchain go1.23.3
go 1.23.3

require (
cloud.google.com/go/bigquery v1.59.1
Expand Down

0 comments on commit 8dae49f

Please sign in to comment.