Skip to content

Commit

Permalink
fix: go builder version updated to v1.23 from old v1.20 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anomit committed Oct 22, 2024
1 parent ac72e99 commit 065cd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Golang image as the build environment
FROM golang:1.20 as builder
FROM golang:1.23 as builder

# Set the working directory inside the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sequencer-dequeuer

go 1.22
go 1.23

require (
github.com/alicebob/miniredis/v2 v2.33.0
Expand Down

0 comments on commit 065cd15

Please sign in to comment.