chore: golang 1.22 (#147)

This commit is contained in:
Jakub Błaszczyk
2024-06-24 11:15:21 +02:00
committed by GitHub
parent e1d57532bb
commit 8029e019dd
19 changed files with 254 additions and 414 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1.22 as builder
WORKDIR /go/src/app
ENV PATH=$PATH:/go/src/app/.bin