Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samber/loの適用 #789

Merged
merged 13 commits into from
Oct 2, 2024
Merged
12 changes: 11 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: Go
on: push

on:
push:
branches:
- v2
pull_request:
branches:
- v2
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"

jobs:

Expand Down
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
182 changes: 178 additions & 4 deletions ent/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 17 additions & 11 deletions ent/comment.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading