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
Showing only changes of commit 11573507a2 - Show all commits

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