Proper log handling

This commit is contained in:
2022-03-14 11:14:53 +09:00
parent b99ca72213
commit 3eea4a96a6
6 changed files with 79 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.16-alpine AS build_deps
FROM golang:1.17-alpine AS build_deps
RUN apk add --no-cache git