Skip to content

Commit

Permalink
⬆️ Bump go version to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Sep 1, 2024
1 parent cd89f3f commit 9df1aa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## build backend
FROM golang:1.22.5-alpine as server-build
FROM golang:1.23.0-alpine as server-build

WORKDIR /github.com/traPtitech/Jomon
COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine as build
FROM golang:1.23.0-alpine as build
ENV CGO_ENABLED 0
ENV TZ Asia/Tokyo

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/traPtitech/Jomon

go 1.22.3
go 1.23.0

require (
entgo.io/ent v0.14.0
Expand Down

0 comments on commit 9df1aa0

Please sign in to comment.