質問編集履歴

1

エラーの追加

2022/07/06 07:31

投稿

matsuochinyu
matsuochinyu

スコア57

test CHANGED
File without changes
test CHANGED
@@ -6,10 +6,21 @@
6
6
  ### 実現したいこと
7
7
  herokuで動かせるようにしたい
8
8
 
9
- ### 返されるステータスコード
9
+ ### 返されるステータスコード・エラー
10
10
 
11
11
  ```
12
12
  503
13
+
14
+ 2022-07-05T11:48:40.000000+00:00 app[api]: Build started by user ***@gmail.com
15
+ 2022-07-05T11:48:52.727382+00:00 app[api]: Deploy 09f8b8c4 by user ***@gmail.com
16
+ 2022-07-05T11:48:52.727382+00:00 app[api]: Release v18 created by user ***@gmail.com
17
+ 2022-07-05T11:48:53.322318+00:00 heroku[web.1]: State changed from crashed to starting
18
+ 2022-07-05T11:48:53.571027+00:00 heroku[web.1]: Starting process with command `go run main.go`
19
+ 2022-07-05T11:48:55.151186+00:00 app[web.1]: bash: go: command not found
20
+ 2022-07-05T11:48:55.259468+00:00 heroku[web.1]: Process exited with status 127
21
+ 2022-07-05T11:48:55.388132+00:00 heroku[web.1]: State changed from starting to crashed
22
+ 2022-07-05T11:49:20.000000+00:00 app[api]: Build succeeded
23
+ 2022-07-05T11:50:04.649640+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=line1bots.herokuapp.com request_id=7352fd4a-7a7b-426c-9f87-fc0f3a4db01d fwd="147.92.150.193" dyno= connect= service= status=503 bytes= protocol=https
13
24
  ```
14
25
 
15
26
  ### 該当のソースコード