Update golang Docker tag to v1.20
This commit is contained in:
parent
ba9b14ebd3
commit
5982f70b44
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.16 AS builder
|
||||
FROM golang:1.20 AS builder
|
||||
|
||||
COPY serial/ /src/serial/
|
||||
WORKDIR /src/serial
|
||||
|
|
Loading…
Reference in a new issue