multi: use Go version 1.22.5 throughout

This commit is contained in:
ffranr
2023-11-20 18:13:01 +00:00
parent b7c59b36a7
commit d7a81a1fe3
4 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.21.0-bookworm
FROM golang:1.22.5-bookworm
RUN apt-get update && apt-get install -y \
git \