chore(deps): update dependency golang to v1.18.1

This commit is contained in:
Renovate Bot
2022-04-24 23:14:37 +00:00
parent 24766c5931
commit b8e44f0e76

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.5-alpine3.15 as build
FROM golang:1.18.1-alpine3.15 as build
WORKDIR /build
COPY . .
RUN go get -d -v .