Skip to content

Commit

Permalink
mod-file-and-docker-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
UmarFarooq-MP committed Sep 27, 2024
1 parent 69ff7a5 commit 80ec080
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
@@ -1,5 +1,5 @@
# Base image for building the Go app
FROM golang:1.21 AS go-builder
FROM golang:1.23 AS go-builder

# Set the working directory inside the container
WORKDIR /go/app
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 coinstrove

go 1.22.0

toolchain go1.23.1
go 1.23

require (
github.com/gorilla/websocket v1.5.3
Expand Down

0 comments on commit 80ec080

Please sign in to comment.