Skip to content

Commit

Permalink
add go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiki Muroga authored and Daiki Muroga committed Jun 10, 2022
1 parent 82a0e48 commit e029f92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN go install github.com/cosmtrek/air@latest && \

COPY . .

#RUN go mod tidy
RUN go mod tidy
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module garicoin

go 1.18

0 comments on commit e029f92

Please sign in to comment.