Merge pull request #1 from kroese/renovate/golang-1.x
Update golang Docker tag to v1.20
This commit is contained in:
commit
081cb3100e
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