Skip to content

Commit 25a0206

Browse files
chore: Bumps go version to 1.23.4
1 parent acb1b59 commit 25a0206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.2
1+
1.23.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build image
2-
FROM golang:1.23.0 AS build
2+
FROM golang:1.23.4 AS build
33
WORKDIR /project
44

55
COPY go.mod go.sum ./

0 commit comments

Comments
 (0)