Update golang Docker tag to v1.21

This commit is contained in:
renovate 2023-08-08 22:00:45 +00:00
parent 3b207959ab
commit 748bbcecea
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20
FROM golang:1.21
WORKDIR /src
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v .