Update golang Docker tag to v1.22 #7

Open
renovate wants to merge 1 commits from renovate/golang-1.x into master
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