chore(deps): update golang docker tag to v1.20.4

This commit is contained in:
renovate[bot]
2023-08-10 06:26:07 +00:00
committed by GitHub
parent a0cfcb7c18
commit 975b1f8fa8

View File

@@ -1,4 +1,4 @@
FROM golang:1.18.4-alpine3.16 as build
FROM golang:1.20.4-alpine3.16 as build
WORKDIR /build
COPY . .
RUN go get -d -v .