We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b2ec4f + a1c311e commit 1cea46dCopy full SHA for 1cea46d
Dockerfile
@@ -6,7 +6,7 @@
6
7
# This phase uses the Alpine-based Go image to compile the source code of the application.
8
# By parameterizing the Go version, it becomes straightforward to maintain and modify in the future.
9
-ARG GO_VERSION=1.22
+ARG GO_VERSION=1.23
10
FROM golang:${GO_VERSION}-alpine AS build
11
RUN apk add --no-cache git make
12
WORKDIR /tmp/src
go.mod
@@ -1,3 +1,3 @@
1
module github.com/gowizzard/mobyspulse
2
3
-go 1.22.0
+go 1.23
0 commit comments