multi: bump Go version to v1.22.11

This commit is contained in:
Oliver Gugger
2025-01-30 16:13:26 +01:00
parent 32cdbb43f6
commit 191c838ad1
11 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.22.6
FROM golang:1.22.11
RUN apt-get update && apt-get install -y git
ENV GOCACHE=/tmp/build/.cache