Merge pull request 'Update golang Docker tag to v1.21' (#5) from renovate/golang-1.x into main

Reviewed-on: #5
This commit is contained in:
David 2023-08-10 17:53:07 +00:00
commit d1d118b05a
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 .