Skip to content

Commit

Permalink
Merge pull request #43 from gowizzard/development
Browse files Browse the repository at this point in the history
Update go version of project.
  • Loading branch information
gowizzard authored Jan 13, 2025
2 parents 5b2ec4f + a1c311e commit 1cea46d
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
Expand Up @@ -6,7 +6,7 @@

# This phase uses the Alpine-based Go image to compile the source code of the application.
# By parameterizing the Go version, it becomes straightforward to maintain and modify in the future.
ARG GO_VERSION=1.22
ARG GO_VERSION=1.23
FROM golang:${GO_VERSION}-alpine AS build
RUN apk add --no-cache git make
WORKDIR /tmp/src
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/gowizzard/mobyspulse

go 1.22.0
go 1.23

0 comments on commit 1cea46d

Please sign in to comment.