Bump Go version to 1.22.1 (#3290)

This commit is contained in:
Nikola Jokic
2024-03-18 12:46:30 +01:00
committed by GitHub
parent 814947c60e
commit f225fef921
22 changed files with 61266 additions and 12476 deletions

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.21.3 as builder
FROM --platform=$BUILDPLATFORM golang:1.22.1 as builder
WORKDIR /workspace