update to go 1.18.4
This commit is contained in:
parent
067f63496a
commit
3f03808002
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.18.3 AS builder
|
FROM golang:1.18.4 AS builder
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
RUN go mod download && go mod verify
|
RUN go mod download && go mod verify
|
||||||
|
Loading…
Reference in New Issue
Block a user