docker will now use go 1.22
This commit is contained in:
parent
3d2420343c
commit
228e08fef3
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.18.4 as build
|
FROM golang:1.22 as build
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
Reference in New Issue
Block a user