Update go to 1.20
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
ARG REPO=library
|
||||
FROM golang:1.17 AS builder
|
||||
FROM golang:1.20 AS builder
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user