Skip to content

Commit 1cea46d

Browse files
authored
Merge pull request #43 from gowizzard/development
Update go version of project.
2 parents 5b2ec4f + a1c311e commit 1cea46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# This phase uses the Alpine-based Go image to compile the source code of the application.
88
# By parameterizing the Go version, it becomes straightforward to maintain and modify in the future.
9-
ARG GO_VERSION=1.22
9+
ARG GO_VERSION=1.23
1010
FROM golang:${GO_VERSION}-alpine AS build
1111
RUN apk add --no-cache git make
1212
WORKDIR /tmp/src

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/gowizzard/mobyspulse
22

3-
go 1.22.0
3+
go 1.23

0 commit comments

Comments
 (0)