upgrade golang version
This commit is contained in:
parent
a4146063ab
commit
fadef5626b
|
|
@ -1,5 +1,5 @@
|
|||
# Use the official Golang image
|
||||
FROM golang:1.21
|
||||
FROM golang:1.23.1
|
||||
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Reference in New Issue