Some error messages

This commit is contained in:
2022-03-14 12:19:06 +09:00
parent 929e92e187
commit 778852b76a
3 changed files with 49 additions and 15 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