Setup and use Go 1.22 for build

This commit is contained in:
2024-10-26 01:09:47 +02:00
parent 3742acf149
commit f03ab26760
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.20-alpine AS build-env
FROM golang:1.22-alpine AS build-env
WORKDIR /tmp/build
ADD . /tmp/build