Update golang Docker tag to v1.20

This commit is contained in:
renovate[bot] 2023-03-29 00:04:10 +00:00 committed by GitHub
parent ba9b14ebd3
commit 5982f70b44

View File

@ -1,4 +1,4 @@
FROM golang:1.16 AS builder
FROM golang:1.20 AS builder
COPY serial/ /src/serial/
WORKDIR /src/serial