Merge pull request #21 from nikdoof/renovate/golang-1.x

chore(deps): update golang docker tag to v1.20.4
This commit is contained in:
2024-07-26 10:57:58 +01:00
committed by GitHub

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 .