Update golang Docker tag to v1.22

This commit is contained in:
renovate 2024-02-07 03:01:32 +00:00
parent ffc57b56c1
commit 11573507a2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder
COPY . /castor
RUN cd /castor && CGO_ENABLED=0 go build