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

@@ -35,7 +35,7 @@ endif
# GO_VERSION is the Go version used for the release build, docker files, and
# GitHub Actions. This is the reference version for the project. All other Go
# versions are checked against this version.
GO_VERSION = 1.22.6
GO_VERSION = 1.22.11
GOBUILD := $(LOOPVARFIX) go build -v
GOINSTALL := $(LOOPVARFIX) go install -v