bump to 1.22

This commit is contained in:
David 2024-03-03 21:01:08 -05:00
parent c9a7cf2e83
commit 7a915da515
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22
WORKDIR /src
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v .